gnu: r-abaenrichment: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-abaenrichment): Update to 1.22.0.
This commit is contained in:
parent
b7f6999ee4
commit
77a1c4a6aa
1 changed files with 2 additions and 2 deletions
|
@ -7895,14 +7895,14 @@ annotations and ontologies.")
|
||||||
(define-public r-abaenrichment
|
(define-public r-abaenrichment
|
||||||
(package
|
(package
|
||||||
(name "r-abaenrichment")
|
(name "r-abaenrichment")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ABAEnrichment" version))
|
(uri (bioconductor-uri "ABAEnrichment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i0214ap9f6lnyawdgcdsds6g3g9qqji3wbn6ln6rs698gjs9w9c"))))
|
"15v5n6d3mnj9d86swkh9agfvrsd065dldaywm1adwmkhhk525wmd"))))
|
||||||
(properties `((upstream-name . "ABAEnrichment")))
|
(properties `((upstream-name . "ABAEnrichment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue