gnu: r-gstat: Update to 2.1-2.

* gnu/packages/cran.scm (r-gstat): Update to 2.1-2.

Change-Id: Ib10243c23792f8b716f2b0893e34297d053956da
This commit is contained in:
Ricardo Wurmus 2024-09-07 14:39:44 +02:00
parent 892579c44a
commit 08f7d3dd2f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -42864,21 +42864,21 @@ (define-public r-spacetime
(define-public r-gstat
(package
(name "r-gstat")
(version "2.1-1")
(version "2.1-2")
(source (origin
(method url-fetch)
(uri (cran-uri "gstat" version))
(sha256
(base32
"09ax28di93r4r334qwdp84i95809lkr6587w4xlgpvsma7k0bcj8"))))
"1zvfljlpgvydvjhdhyc9g8c39a3ba347l8hvc6nv27j0w7kyplr6"))))
(properties `((upstream-name . "gstat")))
(build-system r-build-system)
(propagated-inputs
(list r-fnn
r-lattice
r-sp
r-sf
r-sftime
r-sp
r-spacetime
r-stars
r-zoo))