mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rgadem: Update to 2.44.1.
* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.44.1.
This commit is contained in:
parent
83f0c1a39d
commit
597106f234
1 changed files with 2 additions and 2 deletions
|
@ -9807,14 +9807,14 @@ fitting a three-component normal mixture on z-scores.")
|
||||||
(define-public r-rgadem
|
(define-public r-rgadem
|
||||||
(package
|
(package
|
||||||
(name "r-rgadem")
|
(name "r-rgadem")
|
||||||
(version "2.44.0")
|
(version "2.44.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rGADEM" version))
|
(uri (bioconductor-uri "rGADEM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"013xdwz0c3n0n9hxf8kkx570qry961pgdjsp023531pl5ww2ing4"))))
|
"052z9iavnmkaz9jzz7ycpb8z7qqq3s5k6a04icrwl00wff7zqa2q"))))
|
||||||
(properties `((upstream-name . "rGADEM")))
|
(properties `((upstream-name . "rGADEM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue