mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-sgseq: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-sgseq): Update to 1.20.0.
This commit is contained in:
parent
3dd2450e65
commit
2cebc5d135
1 changed files with 2 additions and 2 deletions
|
@ -4836,14 +4836,14 @@ (define-public r-rbowtie
|
||||||
(define-public r-sgseq
|
(define-public r-sgseq
|
||||||
(package
|
(package
|
||||||
(name "r-sgseq")
|
(name "r-sgseq")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SGSeq" version))
|
(uri (bioconductor-uri "SGSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09c0hv74pl310wahyyp4x50g6sz30bvrg24p2j9h7glla5dh2z4s"))))
|
"0950iv08wd0kjaw55rjn7m6syklvrabwr2zqq74wzyc5afyk2mrw"))))
|
||||||
(properties `((upstream-name . "SGSeq")))
|
(properties `((upstream-name . "SGSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue