gnu: r-genomeinfodbdata: Update to 1.1.0.

* gnu/packages/bioinformatics.scm (r-genomeinfodbdata): Update to 1.1.0.
master
Ricardo Wurmus 2018-10-30 07:44:47 +01:00
parent e563acb96b
commit eb890466fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7338,7 +7338,7 @@ possible.")
(define-public r-genomeinfodbdata
(package
(name "r-genomeinfodbdata")
(version "0.99.1")
(version "1.1.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
@ -7348,7 +7348,7 @@ possible.")
version ".tar.gz"))
(sha256
(base32
"0hipipvyvrh75n68hsjg35sxbcfzrghzxv547vnkk2f8ya99g01r"))))
"0k1hsjx6n2i1sf14hyrgdhxqxm5mxk0bgnivhiax944whcicmzbf"))))
(properties
`((upstream-name . "GenomeInfoDbData")))
(build-system r-build-system)