me
/
guix
Archived
1
0
Fork 0

gnu: r-keggrest: Update to 1.22.0.

* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.22.0.
master
Ricardo Wurmus 2018-11-07 12:13:50 +01:00
parent 95df764c01
commit 4984212786
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10065,14 +10065,14 @@ microarrays or GRanges for sequencing data.")
(define-public r-keggrest
(package
(name "r-keggrest")
(version "1.20.2")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "KEGGREST" version))
(sha256
(base32
"0whmmbkq8bmc3ll20l4cv6hhxjgzbkrs97japljzg07ncn1fffsa"))))
"0blpd5a7whd2sswfhqd17h58hg06ymaf80gapdr9ja43hnnlj309"))))
(properties `((upstream-name . "KEGGREST")))
(build-system r-build-system)
(propagated-inputs