me
/
guix
Archived
1
0
Fork 0

gnu: r-simplifyenrichment: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.10.0.
master
Ricardo Wurmus 2023-04-28 18:00:00 +02:00
parent 8db5bea2ba
commit b28d21fff2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8983,14 +8983,14 @@ ungapped alignment formats.")
(define-public r-simplifyenrichment
(package
(name "r-simplifyenrichment")
(version "1.8.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "simplifyEnrichment" version))
(sha256
(base32
"130x5hy6jzglc6clwanh2kmhw567i802w620ffs3977kjfpjsjgy"))))
"1vs57j361fbwv7vaybs71vc208qn76djmbmakhwwcvxwrx77jp5f"))))
(properties
`((upstream-name . "simplifyEnrichment")))
(build-system r-build-system)