1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-bcrank: Update to 1.70.0.

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

Change-Id: Ia0745ad7967108fbcd551f87c5e4f0062b1f1df9
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:09 +02:00
parent c606f5ce33
commit 4fa000ce59
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27605,13 +27605,13 @@ included in the plots.")
(define-public r-bcrank
(package
(name "r-bcrank")
(version "1.68.0")
(version "1.70.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BCRANK" version))
(sha256
(base32 "1fjnxv3i8mi3l5gl1c6wpph4fsn8ax08h2b25m9ihs1nxp97x682"))))
(base32 "0jgryr10fyivrj5yhqdnikbkif2g53v4mhyfczb9z0c7p1vipcc6"))))
(properties `((upstream-name . "BCRANK")))
(build-system r-build-system)
(propagated-inputs (list r-biostrings))