gnu: r-makecdfenv: Update to 1.80.0.

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

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

View File

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