mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-noiseq: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.38.0.
This commit is contained in:
parent
2b78b19ed8
commit
b5235660c8
1 changed files with 2 additions and 2 deletions
|
@ -6617,14 +6617,14 @@ (define-public r-monocle3
|
|||
(define-public r-noiseq
|
||||
(package
|
||||
(name "r-noiseq")
|
||||
(version "2.36.0")
|
||||
(version "2.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "NOISeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18d51dv2ygsm7kkwal341f1wrwrazyns0045j00vld367kic8jiz"))))
|
||||
"0mmvzf8y4gm84hgjdpf86b1y37237wp5mc3x1g6sdiz9qi8l356v"))))
|
||||
(properties `((upstream-name . "NOISeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue