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

gnu: r-icge: Update to 0.4.2.

* gnu/packages/cran.scm (r-icge): Update to 0.4.2.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:47 +01:00
parent f24b1739a3
commit 649f35740a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24917,14 +24917,14 @@ validation of bicluster solutions.")
(define-public r-icge
(package
(name "r-icge")
(version "0.4.1")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ICGE" version))
(sha256
(base32
"0w6hbi3h98q6gsxqbb43p95v6xykgrasxcjivwm8hw9fly4avxyi"))))
"13p9v0g5qda8bpj3sj9p277l7idv4jscrsszg2kn080dapp3cppp"))))
(properties `((upstream-name . "ICGE")))
(build-system r-build-system)
(propagated-inputs