1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

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

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

Change-Id: I916aa671b31d022d8d532c1432a2efac6b101f68
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:54 +02:00
parent 1a817ee709
commit 37151442ab
+2 -2
View File
@@ -58702,13 +58702,13 @@ obtain the best possible results.")
(define-public r-gstat
(package
(name "r-gstat")
(version "2.1-5")
(version "2.1-6")
(source (origin
(method url-fetch)
(uri (cran-uri "gstat" version))
(sha256
(base32
"1imc3s869zql4sfpmacqmlngffhf49wp8x9s2l21qa80s3zyjc45"))))
"0ffxp2shqb0jni8zm02s3f1wivzgqdl9i3v0sps7g90gh14wh9zj"))))
(properties `((upstream-name . "gstat")))
(build-system r-build-system)
(propagated-inputs