me
/
guix
Archived
1
0
Fork 0

gnu: r-genomationdata: Update to 1.22.0.

* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.22.0.
master
zimoun 2020-12-02 16:10:10 +01:00 committed by Ricardo Wurmus
parent 5e719988f2
commit 60ad3c7b3b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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