1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: r-dss: Update to 2.56.0.

* gnu/packages/bioconductor.scm (r-dss): Update to 2.56.0.

Change-Id: I815058f2da045ce1f2247145bafc23a83fefbd81
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:32 +02:00
parent 4a8e2bcae2
commit c1e3558c45
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7318,13 +7318,13 @@ in Python.")
(define-public r-dss
(package
(name "r-dss")
(version "2.54.0")
(version "2.56.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "DSS" version))
(sha256
(base32
"03dzxxlyqymp827w2sdrpwn51q8n5xggx06m8gh7p1aigk5c50ah"))))
"02811qmnpj2jn85mhj1whddn2pj16ymylz3nj8bmw95z3n2dsjk7"))))
(properties `((upstream-name . "DSS")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-biocparallel r-bsseq))