me
/
guix
Archived
1
0
Fork 0

gnu: r-gseabase: Update to 1.52.1.

* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.52.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7477,14 +7477,14 @@ the graph algorithms contained in the Boost library.")
(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