gnu: r-wk: Update to 0.9.3.

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

Change-Id: I8276795f195b7af1313892282473ca11e88fa7d0
This commit is contained in:
Ricardo Wurmus 2024-09-07 14:40:02 +02:00
parent 0038178fba
commit ffd6d2ada7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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