mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-agilp: Update to 3.30.0.
* gnu/packages/bioconductor.scm (r-agilp): Update to 3.30.0.
This commit is contained in:
parent
fc60b9dfe7
commit
e153f4904d
1 changed files with 2 additions and 2 deletions
|
@ -2013,13 +2013,13 @@ (define-public r-aggregatebiovar
|
|||
(define-public r-agilp
|
||||
(package
|
||||
(name "r-agilp")
|
||||
(version "3.28.0")
|
||||
(version "3.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "agilp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pm329y2nfcnx98ggxq0prdd5pxfcl5iylvsjjnhw5lyz1awg1yf"))))
|
||||
"15cw004g1vxfwvf939018vmlv9gym4r473jissamkygqdv78hcr0"))))
|
||||
(properties `((upstream-name . "agilp")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/agilp")
|
||||
|
|
Loading…
Reference in a new issue