me
/
guix
Archived
1
0
Fork 0

gnu: r-adsplit: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-adsplit): Update to 1.66.0.
master
Ricardo Wurmus 2022-05-28 12:44:30 +02:00
parent 3a29b78fa9
commit 3e524e46a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1738,13 +1738,13 @@ results from different methods into an ensemble.")
(define-public r-adsplit
(package
(name "r-adsplit")
(version "1.64.0")
(version "1.66.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "adSplit" version))
(sha256
(base32
"1b4ck371h3a76m5h0brvlzsyg1g6q5fjrhra5hqv9pwxr330h9r2"))))
"1wl2gd0b7krf485clw67cxayp0g9argklkzn8nw1vrkil0vvr4jm"))))
(properties `((upstream-name . "adSplit")))
(build-system r-build-system)
(propagated-inputs