mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-noiseq: Update to 2.46.0.
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.46.0. Change-Id: Ie5e5043de7def381411ae1637ebc224f82818eee
This commit is contained in:
parent
444871c0f2
commit
005c3a7ec9
1 changed files with 2 additions and 2 deletions
|
@ -13713,14 +13713,14 @@ (define-public r-monocle3
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue