me
/
guix
Archived
1
0
Fork 0

gnu: r-wrench: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-wrench): Update to 1.10.0.
master
Ricardo Wurmus 2021-06-05 08:50:02 +02:00
parent d463b4006d
commit 2da5ef4c55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8537,14 +8537,14 @@ data for high-throughput, untargeted analyte profiling.")
(define-public r-wrench
(package
(name "r-wrench")
(version "1.8.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Wrench" version))
(sha256
(base32
"01z7rd9fn6cpab3dxgwfpfjlq6vsqb8jhbzvhcqn9v2vqc2pridx"))))
"0yssmqayaryrc0asjjqxdipqdfg309llrzldx38jrfgdsza6bvs0"))))
(properties `((upstream-name . "Wrench")))
(build-system r-build-system)
(propagated-inputs