mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-savr: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-savr): Update to 1.28.0.
This commit is contained in:
parent
4217307fb3
commit
967fc58392
1 changed files with 2 additions and 2 deletions
|
@ -2597,14 +2597,14 @@ (define-public r-destiny
|
||||||
(define-public r-savr
|
(define-public r-savr
|
||||||
(package
|
(package
|
||||||
(name "r-savr")
|
(name "r-savr")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "savR" version))
|
(uri (bioconductor-uri "savR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17jdnr47ivblfspr4b32z9fds1fqiiwsi2z6r524g1v4944p8w5a"))))
|
"1vha9b7gndwjzvrzr1hdhv3wc6a1s2n9grxwfd78yb2lkysf4hic"))))
|
||||||
(properties `((upstream-name . "savR")))
|
(properties `((upstream-name . "savR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue