mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-ruvseq: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.28.0.
This commit is contained in:
parent
6f2ef7761a
commit
7ec0b978de
1 changed files with 2 additions and 2 deletions
|
@ -5737,14 +5737,14 @@ (define-public r-dnabarcodes
|
||||||
(define-public r-ruvseq
|
(define-public r-ruvseq
|
||||||
(package
|
(package
|
||||||
(name "r-ruvseq")
|
(name "r-ruvseq")
|
||||||
(version "1.26.0")
|
(version "1.28.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
|
||||||
"1fy0k1p0m209lzjpd5jhfnifa22lrn63qq3a3kn5g0xhbbmijzac"))))
|
"1a19klscykdgsd7izcxyr45ml7g0gpdj65gvbaw124mal2p4zi9q"))))
|
||||||
(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