3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-icobra: Update to 1.22.2.

* gnu/packages/bioconductor.scm (r-icobra): Update to 1.22.2.
This commit is contained in:
Ricardo Wurmus 2022-01-05 23:20:57 +01:00
parent 0be8a3e525
commit 365f04e026
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6587,14 +6587,14 @@ independent of the p-value under the null hypothesis.")
(define-public r-icobra
(package
(name "r-icobra")
(version "1.22.1")
(version "1.22.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "iCOBRA" version))
(sha256
(base32
"05j3h314l2bw8n61h1nyiqhm3z7c1axycn4p3xkfccq5i4mcqvn2"))))
"1ln8l2cp6dqg6zv7s0qnmw5ii93v5sgp0b1nwswl52zdd8mivwxy"))))
(properties `((upstream-name . "iCOBRA")))
(build-system r-build-system)
(propagated-inputs