mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-ruvseq: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.32.0.
This commit is contained in:
parent
7146ee20d9
commit
c3b6219435
1 changed files with 2 additions and 2 deletions
|
@ -8690,14 +8690,14 @@ (define-public r-dnabarcodes
|
||||||
(define-public r-ruvseq
|
(define-public r-ruvseq
|
||||||
(package
|
(package
|
||||||
(name "r-ruvseq")
|
(name "r-ruvseq")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RUVSeq" version))
|
(uri (bioconductor-uri "RUVSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"001h07b074hvj16bjdp9llb9psphw7r6kpwhq61bj4519y6lpg7x"))))
|
"1qb4k7pm8w86d2p9q2r4n63iyi34wdib5x9rsjx4vhcxrnzyyygm"))))
|
||||||
(properties `((upstream-name . "RUVSeq")))
|
(properties `((upstream-name . "RUVSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue