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

gnu: r-wk: Update to 0.9.4.

* gnu/packages/cran.scm (r-wk): Update to 0.9.4.

Change-Id: Iec30e65aad5ce5911cab22b5cd6a9c1a8ea00079
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:51 +01:00
parent a4b1684dd6
commit b1809cc9b0
+2 -2
View File
@@ -24835,14 +24835,14 @@ tessellation.")
(define-public r-wk
(package
(name "r-wk")
(version "0.9.3")
(version "0.9.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "wk" version))
(sha256
(base32
"1f80d342gb1vb83qs4bd1fh5gcm7hxlhdrk1jdavz47zbrvjrjy6"))))
"12rlkspg0zavda6jfwcah7gm9fh4x13720m4gvy4xndfm5gxswxr"))))
(properties `((upstream-name . "wk")))
(build-system r-build-system)
(home-page "https://paleolimbot.github.io/wk/")