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

gnu: r-rgadem: Update to 2.42.0.

* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.42.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:24 +00:00
parent 4f6f03fd6e
commit 38ca6643c4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7888,14 +7888,14 @@ fitting a three-component normal mixture on z-scores.")
(define-public r-rgadem
(package
(name "r-rgadem")
(version "2.40.0")
(version "2.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "rGADEM" version))
(sha256
(base32
"05drbhjqn5kik6k4h03vr3d2b6pv5rm65lsnkyx4caxxcdii4jzm"))))
"1v8xgqqv7m2kyc38x9ppwsv87ivll5ppd6z76zcxj5yspkkrqw3v"))))
(properties `((upstream-name . "rGADEM")))
(build-system r-build-system)
(propagated-inputs