mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-dss: Update to 2.52.0.
* gnu/packages/bioconductor.scm (r-dss): Update to 2.52.0. Change-Id: I8c0e6f9d232d74037efc76db8e11cc6ae1035d63
This commit is contained in:
parent
071eedcbc1
commit
657c030a57
1 changed files with 2 additions and 2 deletions
|
@ -6033,13 +6033,13 @@ (define-public r-dsb
|
||||||
(define-public r-dss
|
(define-public r-dss
|
||||||
(package
|
(package
|
||||||
(name "r-dss")
|
(name "r-dss")
|
||||||
(version "2.50.1")
|
(version "2.52.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DSS" version))
|
(uri (bioconductor-uri "DSS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wjd428kz2w3n4ak13h3i1yknm03fh911jrcy2hkcip4z5cssla0"))))
|
"1y9xg6ic3a03xswyfvyxdhnd7ngkljc96bm5fry4ni6kpa77bkv8"))))
|
||||||
(properties `((upstream-name . "DSS")))
|
(properties `((upstream-name . "DSS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase r-biocparallel r-bsseq))
|
(propagated-inputs (list r-biobase r-biocparallel r-bsseq))
|
||||||
|
|
Loading…
Reference in a new issue