Archived
1
0
Fork 0

gnu: r-wk: Update to 0.7.0.

* gnu/packages/cran.scm (r-wk): Update to 0.7.0.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:35 +01:00
parent 8b614f01b4
commit ac6b5ec5d8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18478,14 +18478,14 @@ tessellation.")
(define-public r-wk (define-public r-wk
(package (package
(name "r-wk") (name "r-wk")
(version "0.6.0") (version "0.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "wk" version)) (uri (cran-uri "wk" version))
(sha256 (sha256
(base32 (base32
"1xga4rrqsr190g55by39az4nimnn06bf5b6mcjgwqvba0lvjhb5g")))) "1pm2293xqcgjckghbf6q9sk7jh74njiynq3wqq1dbwigiz9jfhz2"))))
(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/")