1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-29 06:44:07 +02:00

gnu: r-bcrank: Update to 1.74.0.

* gnu/packages/bioconductor.scm (r-bcrank): Update to 1.74.0.

Change-Id: I1d4386670cf754e60b2738aa84377f665660d5f8
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:16:48 +02:00
parent 3f6b891238
commit 2aa9bc5bdb
+2 -2
View File
@@ -28270,13 +28270,13 @@ included in the plots.")
(define-public r-bcrank
(package
(name "r-bcrank")
(version "1.72.0")
(version "1.74.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BCRANK" version))
(sha256
(base32 "0snryc43qkhcgaaymdxrfviyg700zvq32s7y3pl649l4qnvr0y4p"))))
(base32 "0m6xwyfz710h8yfgp9a02vlacd1mqgjipdj9y8532ryqcnq622bn"))))
(properties `((upstream-name . "BCRANK")))
(build-system r-build-system)
(propagated-inputs (list r-biostrings))