me
/
guix
Archived
1
0
Fork 0

gnu: r-ncdf4: Update to 1.17.1.

* gnu/packages/cran.scm (r-ncdf4): Update to 1.17.1.
master
Ricardo Wurmus 2021-11-23 15:23:18 +01:00
parent 387e6b5129
commit 109f9d9756
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12418,14 +12418,14 @@ other values.")
(define-public r-ncdf4
(package
(name "r-ncdf4")
(version "1.17")
(version "1.17.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ncdf4" version))
(sha256
(base32
"1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
"1fyjhp2zkvp7ls1sxn623far7473lpkfsqqvj3a1fczpmqs6iw4m"))))
(build-system r-build-system)
(inputs
`(("netcdf" ,netcdf)