gnu: r-makecdfenv: Update to 1.76.0.

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

View file

@ -7355,13 +7355,13 @@ (define-public r-made4
(define-public r-makecdfenv
(package
(name "r-makecdfenv")
(version "1.74.0")
(version "1.76.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "makecdfenv" version))
(sha256
(base32
"0bvj5dg6yfjnhga1z8788zmb98d8shyz8pzz0ggnml87c1p2gy25"))))
"1a6kngwmc7nvzlgpnhdv4j180847gjh4i3dshld0pcvy3b6bjv8r"))))
(properties `((upstream-name . "makecdfenv")))
(build-system r-build-system)
(inputs (list zlib))