me
/
guix
Archived
1
0
Fork 0

gnu: r-agilp: Update to 3.32.0.

* gnu/packages/bioconductor.scm (r-agilp): Update to 3.32.0.
master
Ricardo Wurmus 2023-04-28 17:59:42 +02:00
parent 0174fb6d49
commit 89c4664ac7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2493,13 +2493,13 @@ bulk RNA-seq tools.")
(define-public r-agilp
(package
(name "r-agilp")
(version "3.30.0")
(version "3.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "agilp" version))
(sha256
(base32
"15cw004g1vxfwvf939018vmlv9gym4r473jissamkygqdv78hcr0"))))
"0rm646iqc8hf8vfk0pdg064hm9k4k371bp1q4k7z2l16zhs8a07r"))))
(properties `((upstream-name . "agilp")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/agilp")