mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +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:
parent
4a8e2bcae2
commit
c1e3558c45
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue