mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-wrench: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.14.0.
This commit is contained in:
parent
ec91ec29f1
commit
d59260a1dd
1 changed files with 2 additions and 2 deletions
|
@ -10000,14 +10000,14 @@ (define-public r-wppi
|
||||||
(define-public r-wrench
|
(define-public r-wrench
|
||||||
(package
|
(package
|
||||||
(name "r-wrench")
|
(name "r-wrench")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Wrench" version))
|
(uri (bioconductor-uri "Wrench" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vzv7sswijgb8nq58yrc19wlw2nnpjvans86fqqzs4p8wvq8j06n"))))
|
"1zx65s4m71wj85s2sq8ip54pq12r4sxfv8b2rxc41gfc5aj0zzca"))))
|
||||||
(properties `((upstream-name . "Wrench")))
|
(properties `((upstream-name . "Wrench")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue