gnu: r-wk: Update to 0.7.0.
* gnu/packages/cran.scm (r-wk): Update to 0.7.0.
This commit is contained in:
parent
8b614f01b4
commit
ac6b5ec5d8
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||||
|
|
Reference in a new issue