me
/
guix
Archived
1
0
Fork 0

gnu: r-manor: Update to 1.74.0.

* gnu/packages/bioconductor.scm (r-manor): Update to 1.74.0.

Change-Id: I646db2726748aefdd8f6a437571cd5e9ad613862
master
Ricardo Wurmus 2023-11-03 16:58:33 +01:00
parent 30cecc4883
commit 9f7a451e6b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8412,13 +8412,13 @@ package that automatically loads that environment.")
(define-public r-manor
(package
(name "r-manor")
(version "1.72.0")
(version "1.74.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MANOR" version))
(sha256
(base32 "0ili9xy7vvw17mz44lxadv1vkf3ahpks2l34qa9yfccpalwhzriw"))))
(base32 "10zf6c1vx6cp4wg6axpmbpxk2hlmf6mga7rdh765fznwb71r4h0x"))))
(properties `((upstream-name . "MANOR")))
(build-system r-build-system)
(propagated-inputs (list r-glad))