gnu: r-wk: Update to 0.7.3.

* gnu/packages/cran.scm (r-wk): Update to 0.7.3.
This commit is contained in:
Ricardo Wurmus 2023-05-09 14:25:47 +02:00
parent 9e52a4c23e
commit d9d20fc2fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -21096,14 +21096,14 @@ tessellation.")
(define-public r-wk
(package
(name "r-wk")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "wk" version))
(sha256
(base32
"0bxbdsa5zn867l86k5gsry0rp8s39c99gj4bv8psdzif9vsp52vg"))))
"0990r1cnsnyjq5sj06bz6wx2kjg62qbixilvz8pn9p37120apyz1"))))
(properties `((upstream-name . "wk")))
(build-system r-build-system)
(home-page "https://paleolimbot.github.io/wk/")