gnu: r-savr: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-savr): Update to 1.28.0.
This commit is contained in:
zimoun 2020-10-30 15:49:11 +01:00 committed by Ricardo Wurmus
parent 4217307fb3
commit 967fc58392
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2597,14 +2597,14 @@ (define-public r-destiny
(define-public r-savr
(package
(name "r-savr")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "savR" version))
(sha256
(base32
"17jdnr47ivblfspr4b32z9fds1fqiiwsi2z6r524g1v4944p8w5a"))))
"1vha9b7gndwjzvrzr1hdhv3wc6a1s2n9grxwfd78yb2lkysf4hic"))))
(properties `((upstream-name . "savR")))
(build-system r-build-system)
(propagated-inputs