mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-noiseq: Update to 2.48.0.
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.48.0. Change-Id: I2e8160ba86fadcbe804b2690977e993e6ebdb433
This commit is contained in:
parent
986711225a
commit
b0499b5e7f
1 changed files with 2 additions and 2 deletions
|
@ -15110,14 +15110,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.46.0")
|
(version "2.48.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
|
||||||
"0qs0sc47n3p9wmf5cmc39cb30i8pbsyizhr29b3ld197pi1ba5wb"))))
|
"1aph4phg58f4kpgavrxnn6dzh3lgms8sbjvip4f3gn8xs0p01mbz"))))
|
||||||
(properties `((upstream-name . "NOISeq")))
|
(properties `((upstream-name . "NOISeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue