me
/
guix
Archived
1
0
Fork 0

gnu: r-rgadem: Update to 2.44.0.

* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.44.0.
master
Ricardo Wurmus 2022-05-28 12:45:00 +02:00
parent 9dba02ad15
commit bd510b8d74
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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