mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-wrench: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.4.0.
This commit is contained in:
parent
25db5611e2
commit
92f40538d3
1 changed files with 2 additions and 2 deletions
|
@ -4548,14 +4548,14 @@ (define-public r-xcms
|
||||||
(define-public r-wrench
|
(define-public r-wrench
|
||||||
(package
|
(package
|
||||||
(name "r-wrench")
|
(name "r-wrench")
|
||||||
(version "1.2.0")
|
(version "1.4.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
|
||||||
"1js4dsgpgwq552r4ay78awd5vhzlmva0v8xvn3dy9v18y4j9k94i"))))
|
"1s8d7jn0dk5zk2fhvsd4sgicypz4c41nzf19nqzcwb9bd6asgrwm"))))
|
||||||
(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