me
/
guix
Archived
1
0
Fork 0

gnu: r-ncdf4: Update to 1.17.

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

View File

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