me
/
guix
Archived
1
0
Fork 0

gnu: r-acde: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-acde): Update to 1.30.0.
master
Ricardo Wurmus 2023-04-28 19:01:22 +02:00
parent 89a1bc74ce
commit e8d5475045
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16643,13 +16643,13 @@ on whole-genome tiling array experiments quite easily with enough memory.")
(define-public r-acde
(package
(name "r-acde")
(version "1.28.0")
(version "1.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "acde" version))
(sha256
(base32
"1d47hbna68qm517afk1wb0w9gb8j52p7nqh5axcc6h76zppsc1sp"))))
"088dq6mc9m1bx0dprcz8cdpfp447lnxq7420r139mhcik0z21vky"))))
(properties `((upstream-name . "acde")))
(build-system r-build-system)
(propagated-inputs (list r-boot))