mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-ncdf4: Update to 1.20.
* gnu/packages/cran.scm (r-ncdf4): Update to 1.20.
This commit is contained in:
parent
94793d19d7
commit
e694144c10
1 changed files with 2 additions and 2 deletions
|
@ -14830,14 +14830,14 @@ (define-public r-rcppparallel
|
|||
(define-public r-ncdf4
|
||||
(package
|
||||
(name "r-ncdf4")
|
||||
(version "1.19")
|
||||
(version "1.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ncdf4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qzvin2fjzcb7h2knlnw14s6043pwi1nm7yf6p27ax7w269173fb"))))
|
||||
"1kpi5xygx1nj8ybxrn9z0jxi3lbcibdvc7mjgyvm6f9plwjlxjvq"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list netcdf zlib))
|
||||
|
|
Loading…
Reference in a new issue