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