mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: r-ncdf4: Update to 1.19.
* gnu/packages/cran.scm (r-ncdf4): Update to 1.19.
This commit is contained in:
parent
1b77ed8968
commit
3693c56b89
1 changed files with 2 additions and 2 deletions
|
@ -12180,14 +12180,14 @@ other values.")
|
||||||
(define-public r-ncdf4
|
(define-public r-ncdf4
|
||||||
(package
|
(package
|
||||||
(name "r-ncdf4")
|
(name "r-ncdf4")
|
||||||
(version "1.17.1")
|
(version "1.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ncdf4" version))
|
(uri (cran-uri "ncdf4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fyjhp2zkvp7ls1sxn623far7473lpkfsqqvj3a1fczpmqs6iw4m"))))
|
"0qzvin2fjzcb7h2knlnw14s6043pwi1nm7yf6p27ax7w269173fb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list netcdf zlib))
|
(list netcdf zlib))
|
||||||
|
|
Loading…
Add table
Reference in a new issue