mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-wrench: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.8.0.
This commit is contained in:
parent
a3af40eaf5
commit
dc7c6368ed
1 changed files with 2 additions and 2 deletions
|
@ -5207,14 +5207,14 @@ (define-public r-xcms
|
|||
(define-public r-wrench
|
||||
(package
|
||||
(name "r-wrench")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Wrench" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05dyk3yvbqrzvinv3ig8ad9wffwr14z715cicsbxwxpv5lq84wx6"))))
|
||||
"01z7rd9fn6cpab3dxgwfpfjlq6vsqb8jhbzvhcqn9v2vqc2pridx"))))
|
||||
(properties `((upstream-name . "Wrench")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue