gnu: r-manor: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-manor): Update to 1.72.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 17:59:56 +02:00
parent 6e5c2c48df
commit 3c8d7bd3c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7382,13 +7382,13 @@ (define-public r-makecdfenv
(define-public r-manor
(package
(name "r-manor")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MANOR" version))
(sha256
(base32 "16b30bmyzml97cjdbh6h9ky5c4h5ws2a3g2xkxnd55sd3jg64jgx"))))
(base32 "0ili9xy7vvw17mz44lxadv1vkf3ahpks2l34qa9yfccpalwhzriw"))))
(properties `((upstream-name . "MANOR")))
(build-system r-build-system)
(propagated-inputs (list r-glad))