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
(package
(name "r-wk")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "wk" version))
(sha256
(base32
"1nmrgdp3swl34kr51hypm3azf8yhcalg5nngp70l56afsbaskyqh"))))
"0yxzyb09by9winspdn0585xhjmdcablb07wx6pf7ahg0q18sz85p"))))
(properties `((upstream-name . "wk")))
(build-system r-build-system)
(home-page "https://paleolimbot.github.io/wk/")