1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

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

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

Change-Id: I1a0ed0cec48e8effc70361ef1a61345d4a8fad99
This commit is contained in:
Ricardo Wurmus
2026-02-15 11:12:10 +01:00
committed by Andreas Enge
parent 92bcc5b03d
commit bc80b0dd9e
+2 -2
View File
@@ -57106,13 +57106,13 @@ obtain the best possible results.")
(define-public r-gstat
(package
(name "r-gstat")
(version "2.1-4")
(version "2.1-5")
(source (origin
(method url-fetch)
(uri (cran-uri "gstat" version))
(sha256
(base32
"0c66313dm2h5drq0zv7jzvcgmwjalvpvhm2gj1m9jkhg91nbvz7s"))))
"1imc3s869zql4sfpmacqmlngffhf49wp8x9s2l21qa80s3zyjc45"))))
(properties `((upstream-name . "gstat")))
(build-system r-build-system)
(propagated-inputs