gnu: r-noiseq: Update to 2.46.0.
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.46.0. Change-Id: Ie5e5043de7def381411ae1637ebc224f82818eeemaster
parent
444871c0f2
commit
005c3a7ec9
|
@ -13713,14 +13713,14 @@ user-defined and/or data-driven sets of hypotheses.")
|
||||||
(define-public r-noiseq
|
(define-public r-noiseq
|
||||||
(package
|
(package
|
||||||
(name "r-noiseq")
|
(name "r-noiseq")
|
||||||
(version "2.44.0")
|
(version "2.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "NOISeq" version))
|
(uri (bioconductor-uri "NOISeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cxhy4yrww6bh4z603389fikhix8rhfy04ylhm74fdmdng4jblg6"))))
|
"0qs0sc47n3p9wmf5cmc39cb30i8pbsyizhr29b3ld197pi1ba5wb"))))
|
||||||
(properties `((upstream-name . "NOISeq")))
|
(properties `((upstream-name . "NOISeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue