me
/
guix
Archived
1
0
Fork 0

gnu: r-wk: Update to 0.7.2.

* gnu/packages/cran.scm (r-wk): Update to 0.7.2.
master
Ricardo Wurmus 2023-03-19 21:01:38 +01:00
parent 8ab5665bfd
commit f2a67431f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20467,14 +20467,14 @@ tessellation.")
(define-public r-wk (define-public r-wk
(package (package
(name "r-wk") (name "r-wk")
(version "0.7.1") (version "0.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "wk" version)) (uri (cran-uri "wk" version))
(sha256 (sha256
(base32 (base32
"116kvg2a9gga14agqvmvj2rbgfpdyasbkjnfjcsw9a9dk0n7g9g5")))) "0bxbdsa5zn867l86k5gsry0rp8s39c99gj4bv8psdzif9vsp52vg"))))
(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/")