gnu: r-noiseq: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.28.0.
This commit is contained in:
parent
78b6326785
commit
6a2c58b7e0
|
@ -2207,14 +2207,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.26.1")
|
(version "2.28.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
|
||||||
"1wyhhi9ydlbjlz427093mdp5ppby77n37w5c2iyxlpsdk2m2nqsn"))))
|
"1k7k0xqa0lxj6mfsvbmd6x6glv9wynbwl87w5d3bilbq4dpc139j"))))
|
||||||
(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 New Issue