mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-agilp: Update to 3.34.0.
* gnu/packages/bioconductor.scm (r-agilp): Update to 3.34.0. Change-Id: Iae3bbb41a891da0da550ad66ce686fe53fc35be7
This commit is contained in:
parent
e628902ae8
commit
ecd66e4010
1 changed files with 2 additions and 2 deletions
|
@ -2690,13 +2690,13 @@ (define-public r-aggregatebiovar
|
|||
(define-public r-agilp
|
||||
(package
|
||||
(name "r-agilp")
|
||||
(version "3.32.0")
|
||||
(version "3.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "agilp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rm646iqc8hf8vfk0pdg064hm9k4k371bp1q4k7z2l16zhs8a07r"))))
|
||||
"0xbbcmnbnj7y3a1wndv6zhqhrwdpdj6207wh4n0qz794akciw84a"))))
|
||||
(properties `((upstream-name . "agilp")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/agilp")
|
||||
|
|
Loading…
Reference in a new issue