mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-wrench: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.20.0. Change-Id: Ia2597dfb17c6a04ac19253663fa50d0155a3c8e0
This commit is contained in:
parent
4464ee09a8
commit
bf2e150d5c
1 changed files with 2 additions and 2 deletions
|
@ -16337,14 +16337,14 @@ (define-public r-wppi
|
|||
(define-public r-wrench
|
||||
(package
|
||||
(name "r-wrench")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Wrench" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18x12395928d0mf8kffmdjqkdxrzgqzzhhvs7sdzldwyas6hfg2h"))))
|
||||
"11g6a2315hllf197ssccybhv6i7p48n7bv2amzpgxs7bs7qg3k9d"))))
|
||||
(properties `((upstream-name . "Wrench")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue