gnu: r-genomationdata: Update to 1.10.0.

* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.10.0.
This commit is contained in:
Ricardo Wurmus 2017-11-18 09:52:27 +01:00
parent 9ef9c6489f
commit 57dc9b58db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7477,7 +7477,7 @@ (define-public r-genomation
(define-public r-genomationdata
(package
(name "r-genomationdata")
(version "1.6.0")
(version "1.10.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
@ -7487,7 +7487,7 @@ (define-public r-genomationdata
"genomationData_" version ".tar.gz"))
(sha256
(base32
"16dqwb7wx1igx77zdbcskx5m1hs4g4gp2hl56zzm70hcagnlkz8y"))))
"0h7g5x3kyb50qlblz5hc85lfm6n6f5nb68i146way3ggs04sqvla"))))
(build-system r-build-system)
;; As this package provides little more than large data files, it doesn't
;; make sense to build substitutes.