mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-rgadem: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.34.0.
This commit is contained in:
parent
35a1b3ec4c
commit
6dfe5056c9
1 changed files with 2 additions and 2 deletions
|
@ -3729,14 +3729,14 @@ (define-public r-bacon
|
||||||
(define-public r-rgadem
|
(define-public r-rgadem
|
||||||
(package
|
(package
|
||||||
(name "r-rgadem")
|
(name "r-rgadem")
|
||||||
(version "2.32.0")
|
(version "2.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rGADEM" version))
|
(uri (bioconductor-uri "rGADEM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zf8ayllf1i79wc39vyln2hii1bgg88sw6h1hngkqx4phyvl9q18"))))
|
"14ylbrzb9haqwfdd9g813mzhll6gwvqf2r7cmbaxz5lkl0j0nglx"))))
|
||||||
(properties `((upstream-name . "rGADEM")))
|
(properties `((upstream-name . "rGADEM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue