gnu: r-wk: Update to 0.9.1.

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

Change-Id: Iaa9182b262f91abae45f894a0c89a069f1b9fdb9
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:59 +01:00
parent f934375f95
commit edea7e8ec5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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