mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-wrench: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.12.0.
This commit is contained in:
parent
e06acf2682
commit
2704f4d596
1 changed files with 2 additions and 2 deletions
|
@ -8831,14 +8831,14 @@ (define-public r-xcms
|
||||||
(define-public r-wrench
|
(define-public r-wrench
|
||||||
(package
|
(package
|
||||||
(name "r-wrench")
|
(name "r-wrench")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"0yssmqayaryrc0asjjqxdipqdfg309llrzldx38jrfgdsza6bvs0"))))
|
"1vzv7sswijgb8nq58yrc19wlw2nnpjvans86fqqzs4p8wvq8j06n"))))
|
||||||
(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