gnu: r-wk: Update to 0.9.2.

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

Change-Id: I88d947874b62745d27dd3a491afb8e0542cf37d5
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:33:57 +02:00
parent 2778fb3ab2
commit 4383547ec7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24299,14 +24299,14 @@ tessellation.")
(define-public r-wk
(package
(name "r-wk")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "wk" version))
(sha256
(base32
"0yxzyb09by9winspdn0585xhjmdcablb07wx6pf7ahg0q18sz85p"))))
"1y75hdg1p1h6pja3zxpllmbvzqlh67n5z9d3d6zhknxfkgfmwrrk"))))
(properties `((upstream-name . "wk")))
(build-system r-build-system)
(home-page "https://paleolimbot.github.io/wk/")