mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: r-savr: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-savr): Update to 1.34.0.
This commit is contained in:
parent
0258381d43
commit
9641d32660
1 changed files with 2 additions and 2 deletions
|
@ -7155,14 +7155,14 @@ (define-public r-destiny
|
||||||
(define-public r-savr
|
(define-public r-savr
|
||||||
(package
|
(package
|
||||||
(name "r-savr")
|
(name "r-savr")
|
||||||
(version "1.32.0")
|
(version "1.34.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
|
||||||
"0dwl94j5dm5ngn8lyyc4bd9ihd1nqincvq26najjn6lw0x55ciky"))))
|
"04zlf3lyr6vnpj80m6fd2is2f7302sxwih8nzzjnc4ss972jid2k"))))
|
||||||
(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