me
/
guix
Archived
1
0
Fork 0

gnu: r-genomationdata: Update to 1.6.0.

* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.6.0.
master
Ricardo Wurmus 2016-10-26 09:24:47 +02:00
parent e357bec836
commit 59198f8fff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6832,7 +6832,7 @@ genomic intervals. In addition, it can use BAM or BigWig files as input.")
(define-public r-genomationdata (define-public r-genomationdata
(package (package
(name "r-genomationdata") (name "r-genomationdata")
(version "1.4.2") (version "1.6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is ;; We cannot use bioconductor-uri here because this tarball is
@ -6842,7 +6842,7 @@ genomic intervals. In addition, it can use BAM or BigWig files as input.")
"genomationData_" version ".tar.gz")) "genomationData_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1zl7gg144fs7zfycsmq5492sm1bqy7l527xbc2zj04schd9wsan2")))) "16dqwb7wx1igx77zdbcskx5m1hs4g4gp2hl56zzm70hcagnlkz8y"))))
(build-system r-build-system) (build-system r-build-system)
;; As this package provides little more than large data files, it doesn't ;; As this package provides little more than large data files, it doesn't
;; make sense to build substitutes. ;; make sense to build substitutes.