1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: r-ncdf4: Update to 1.23.

* gnu/packages/cran.scm (r-ncdf4): Update to 1.23.

Change-Id: I252696f5208b6fe8127393aed40b815924e23296
This commit is contained in:
Ricardo Wurmus
2024-08-25 23:17:14 +02:00
parent babaef6562
commit 2246bf641f
+2 -2
View File
@@ -19292,14 +19292,14 @@ other values.")
(define-public r-ncdf4
(package
(name "r-ncdf4")
(version "1.22")
(version "1.23")
(source
(origin
(method url-fetch)
(uri (cran-uri "ncdf4" version))
(sha256
(base32
"040jpcgsb98s6knch0z3f3f5fpmlwks1grpvb9k8s02c9w0a5adr"))))
"12fsjjc769hw7fc08yglr3gaxp67s8qx1mbx91g61h4xyzlzw1cb"))))
(build-system r-build-system)
(inputs
(list netcdf zlib))