diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:08:18 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:58 +0200 |
commit | 07597c85d8f06df2e02969b6cce98d42b3051db5 (patch) | |
tree | 72996e8090f8ae344ea98cbbf7d586f5814cea56 /gnu | |
parent | 298f7f112f2d0c034c080b0b9c5ee6ff280395f0 (diff) | |
download | guix-07597c85d8f06df2e02969b6cce98d42b3051db5.tar.gz guix-07597c85d8f06df2e02969b6cce98d42b3051db5.zip |
gnu: r-wrench: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c705a070ae..4daa96ee48 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4107,14 +4107,14 @@ data for high-throughput, untargeted analyte profiling.") (define-public r-wrench (package (name "r-wrench") - (version "1.0.0") + (version "1.2.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Wrench" version)) (sha256 (base32 - "12gfdj2p52pah67bimz14xcwmcb4c2snjwswj0fns7v3v1h9rlqg")))) + "1js4dsgpgwq552r4ay78awd5vhzlmva0v8xvn3dy9v18y4j9k94i")))) (properties `((upstream-name . "Wrench"))) (build-system r-build-system) (propagated-inputs |