gnu: r-ncdf4: Update to 1.19.

* gnu/packages/cran.scm (r-ncdf4): Update to 1.19.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:20 +01:00
parent 1b77ed8968
commit 3693c56b89
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12180,14 +12180,14 @@ other values.")
(define-public r-ncdf4 (define-public r-ncdf4
(package (package
(name "r-ncdf4") (name "r-ncdf4")
(version "1.17.1") (version "1.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ncdf4" version)) (uri (cran-uri "ncdf4" version))
(sha256 (sha256
(base32 (base32
"1fyjhp2zkvp7ls1sxn623far7473lpkfsqqvj3a1fczpmqs6iw4m")))) "0qzvin2fjzcb7h2knlnw14s6043pwi1nm7yf6p27ax7w269173fb"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list netcdf zlib)) (list netcdf zlib))