Archived
1
0
Fork 0

gnu: r-manor: Update to 1.76.0.

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

Change-Id: I7d9cb874f02dc0154f3a79e086af9afd9b286271
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:55:45 +02:00
parent c5c343a7c3
commit 331d6c7d3a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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