me
/
guix
Archived
1
0
Fork 0

gnu: r-makecdfenv: Update to 1.78.0.

* gnu/packages/bioconductor.scm (r-makecdfenv): Update to 1.78.0.

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

View File

@ -8385,13 +8385,13 @@ datasets (coinertia analysis).")
(define-public r-makecdfenv
(package
(name "r-makecdfenv")
(version "1.76.0")
(version "1.78.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "makecdfenv" version))
(sha256
(base32
"1a6kngwmc7nvzlgpnhdv4j180847gjh4i3dshld0pcvy3b6bjv8r"))))
"0mggcw0390i1y2wn4k8570gjmbsx6hbipi8fkhz2zj9icsx89x1l"))))
(properties `((upstream-name . "makecdfenv")))
(build-system r-build-system)
(inputs (list zlib))