gnu: r-ncdf4: Update to 1.16.1.

* gnu/packages/cran.scm (r-ncdf4): Update to 1.16.1.
master
Ricardo Wurmus 2019-03-20 23:52:29 +01:00
parent 5e16dff99c
commit 1adcbeda5f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8491,14 +8491,14 @@ This package provides an R interface.")
(define-public r-ncdf4
(package
(name "r-ncdf4")
(version "1.16")
(version "1.16.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ncdf4" version))
(sha256
(base32
"0lwjjis0b83c4l3xvqai4ckzrskd6mychck1iwxcxgjvh0d77mgd"))))
"083sb24anyd4sw0il3x07pqn9rbx5y5ayqass6mz8x443rnjvphd"))))
(build-system r-build-system)
(inputs
`(("netcdf" ,netcdf)