me
/
guix
Archived
1
0
Fork 0

gnu: r-simplifyenrichment: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.14.0.

Change-Id: Ie857137bb1320f3720b005a3f85b9af5b91f921e
master
Ricardo Wurmus 2024-05-07 12:59:20 +02:00
parent 1140cfd70c
commit 6f901f6078
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -11520,14 +11520,14 @@ less than 2bp on both sides of indel region.")
(define-public r-simplifyenrichment
(package
(name "r-simplifyenrichment")
(version "1.12.0")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "simplifyEnrichment" version))
(sha256
(base32
"0qhrlhf881mi2v0n0y410c0bf2cm3imrlglq8argnw86n9xj51pw"))))
"1031rkl2gcgx4k1biz4bc38hfq7r6diqk48769jhii0r06ablrhi"))))
(properties
`((upstream-name . "simplifyEnrichment")))
(build-system r-build-system)