3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-abaenrichment: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-abaenrichment): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:25 +00:00
parent b7057dbac6
commit e79f4779ce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8188,14 +8188,14 @@ annotations and ontologies.")
(define-public r-abaenrichment
(package
(name "r-abaenrichment")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ABAEnrichment" version))
(sha256
(base32
"15v5n6d3mnj9d86swkh9agfvrsd065dldaywm1adwmkhhk525wmd"))))
"1sp3f72rzlr822dxx42bswynrwwfx6f520hdhfdikqp13p2y4044"))))
(properties `((upstream-name . "ABAEnrichment")))
(build-system r-build-system)
(propagated-inputs