mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -2207,14 +2207,14 @@ (define-public r-monocle
|
|||
(define-public r-noiseq
|
||||
(package
|
||||
(name "r-noiseq")
|
||||
(version "2.26.1")
|
||||
(version "2.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "NOISeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wyhhi9ydlbjlz427093mdp5ppby77n37w5c2iyxlpsdk2m2nqsn"))))
|
||||
"1k7k0xqa0lxj6mfsvbmd6x6glv9wynbwl87w5d3bilbq4dpc139j"))))
|
||||
(properties `((upstream-name . "NOISeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue