gnu: r-wrench: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.2.0.
This commit is contained in:
parent
298f7f112f
commit
07597c85d8
|
@ -4107,14 +4107,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.0.0")
|
(version "1.2.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
|
||||||
"12gfdj2p52pah67bimz14xcwmcb4c2snjwswj0fns7v3v1h9rlqg"))))
|
"1js4dsgpgwq552r4ay78awd5vhzlmva0v8xvn3dy9v18y4j9k94i"))))
|
||||||
(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 New Issue