gnu: r-ncdf4: Update to 1.17.

* gnu/packages/cran.scm (r-ncdf4): Update to 1.17.
This commit is contained in:
Ricardo Wurmus 2019-10-27 08:33:09 +01:00
parent c60ed4d6e6
commit 883f76b8da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8993,14 +8993,14 @@ (define-public r-rcppparallel
(define-public r-ncdf4
(package
(name "r-ncdf4")
(version "1.16.1")
(version "1.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "ncdf4" version))
(sha256
(base32
"083sb24anyd4sw0il3x07pqn9rbx5y5ayqass6mz8x443rnjvphd"))))
"1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
(build-system r-build-system)
(inputs
`(("netcdf" ,netcdf)