gnu: r-wrench: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.8.0.master
parent
a3af40eaf5
commit
dc7c6368ed
|
@ -5207,14 +5207,14 @@ data for high-throughput, untargeted analyte profiling.")
|
||||||
(define-public r-wrench
|
(define-public r-wrench
|
||||||
(package
|
(package
|
||||||
(name "r-wrench")
|
(name "r-wrench")
|
||||||
(version "1.6.0")
|
(version "1.8.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
|
||||||
"05dyk3yvbqrzvinv3ig8ad9wffwr14z715cicsbxwxpv5lq84wx6"))))
|
"01z7rd9fn6cpab3dxgwfpfjlq6vsqb8jhbzvhcqn9v2vqc2pridx"))))
|
||||||
(properties `((upstream-name . "Wrench")))
|
(properties `((upstream-name . "Wrench")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue