gnu: r-gseabase: Update to 1.52.1.

* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.52.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 21:31:36 +01:00
parent 074d142ab6
commit d3ac91dd9d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7477,14 +7477,14 @@ (define-public r-rbgl
(define-public r-gseabase
(package
(name "r-gseabase")
(version "1.52.0")
(version "1.52.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GSEABase" version))
(sha256
(base32
"0lcxbxfg62zdf2nql49asn3555cqrrxpjm2xsxf7vlxv84dl6r44"))))
"0dawh1kjmf6921jm77j2s2phrq5237pjc4sdh8fkln89gf48zx6i"))))
(properties `((upstream-name . "GSEABase")))
(build-system r-build-system)
(propagated-inputs