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