gnu: r-acde: Update to 1.34.0.

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

Change-Id: Iad20ebfe118270c0f878ac1d3c7c0cbe521ab359
This commit is contained in:
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

View file

@ -20221,13 +20221,13 @@ (define-public r-acme
(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))