gnu: r-noiseq: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.36.0.
This commit is contained in:
parent
716ac28a58
commit
d7390d7c63
1 changed files with 2 additions and 2 deletions
|
|
@ -6361,14 +6361,14 @@ qPCR data, but could be used with other types as well.")
|
||||||
(define-public r-noiseq
|
(define-public r-noiseq
|
||||||
(package
|
(package
|
||||||
(name "r-noiseq")
|
(name "r-noiseq")
|
||||||
(version "2.34.0")
|
(version "2.36.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
|
||||||
"08qlavakclgzk345bliam4cfjhsy39n4s6m1biqpq94n9qp00x8f"))))
|
"18d51dv2ygsm7kkwal341f1wrwrazyns0045j00vld367kic8jiz"))))
|
||||||
(properties `((upstream-name . "NOISeq")))
|
(properties `((upstream-name . "NOISeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue