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-bayesspace: Update to 1.17.0.

* gnu/packages/bioconductor.scm (r-bayesspace): Update to 1.17.0.

Change-Id: I4f170f85b9bbb2ff24d47e6f7c87b1428df5cb9d
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:08 +02:00
parent 5f85c18e5b
commit f1339b4274
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27480,13 +27480,13 @@ targets. It can also be used for differential expression/2-class data.")
(define-public r-bayesspace
(package
(name "r-bayesspace")
(version "1.16.0")
(version "1.17.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BayesSpace" version))
(sha256
(base32 "08q2k2l90rjw95khlvnyz1jjlq1qyn3y5qc635nsvdlkf75fc7rz"))))
(base32 "1ybf17zggvl7s1k6bgxskyna42fylnggv4wy7xvkglnfmv8rz5lp"))))
(properties `((upstream-name . "BayesSpace")))
(build-system r-build-system)
(propagated-inputs