me
/
guix
Archived
1
0
Fork 0

gnu: r-acde: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-acde): Update to 1.34.0.

Change-Id: Iad20ebfe118270c0f878ac1d3c7c0cbe521ab359
master
Ricardo Wurmus 2024-05-07 13:07:09 +02:00
parent 31878ae8ec
commit 841b39867d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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