me
/
guix
Archived
1
0
Fork 0

gnu: r-ncdf4: Update to 1.19.

* gnu/packages/cran.scm (r-ncdf4): Update to 1.19.
master
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
1 changed files with 2 additions and 2 deletions

View File

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