me
/
guix
Archived
1
0
Fork 0

gnu: r-gseabase: Update to 1.52.0.

* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.52.0.
master
zimoun 2020-10-30 15:57:52 +01:00 committed by Ricardo Wurmus
parent 7a57b229b6
commit 03312f052a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7308,14 +7308,14 @@ the graph algorithms contained in the Boost library.")
(define-public r-gseabase
(package
(name "r-gseabase")
(version "1.50.1")
(version "1.52.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GSEABase" version))
(sha256
(base32
"1k4faj53cwvqijad8cf7fcghzxcv9shlbpl8n73bsncc8k192y2j"))))
"0lcxbxfg62zdf2nql49asn3555cqrrxpjm2xsxf7vlxv84dl6r44"))))
(properties `((upstream-name . "GSEABase")))
(build-system r-build-system)
(propagated-inputs