me
/
guix
Archived
1
0
Fork 0

gnu: r-manor: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-manor): Update to 1.72.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7382,13 +7382,13 @@ package that automatically loads that environment.")
(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))