gnu: r-keggrest: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.22.0.
This commit is contained in:
parent
95df764c01
commit
4984212786
|
@ -10065,14 +10065,14 @@ microarrays or GRanges for sequencing data.")
|
||||||
(define-public r-keggrest
|
(define-public r-keggrest
|
||||||
(package
|
(package
|
||||||
(name "r-keggrest")
|
(name "r-keggrest")
|
||||||
(version "1.20.2")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "KEGGREST" version))
|
(uri (bioconductor-uri "KEGGREST" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0whmmbkq8bmc3ll20l4cv6hhxjgzbkrs97japljzg07ncn1fffsa"))))
|
"0blpd5a7whd2sswfhqd17h58hg06ymaf80gapdr9ja43hnnlj309"))))
|
||||||
(properties `((upstream-name . "KEGGREST")))
|
(properties `((upstream-name . "KEGGREST")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue