gnu: r-wk: Update to 0.9.0.
* gnu/packages/cran.scm (r-wk): Update to 0.9.0. Change-Id: Ied31c75638eafbc763f4f0cc80a7dd0a3d30333f
This commit is contained in:
parent
a43b7a986c
commit
b2e973b7de
1 changed files with 2 additions and 2 deletions
|
@ -22277,14 +22277,14 @@ tessellation.")
|
||||||
(define-public r-wk
|
(define-public r-wk
|
||||||
(package
|
(package
|
||||||
(name "r-wk")
|
(name "r-wk")
|
||||||
(version "0.8.0")
|
(version "0.9.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
|
||||||
"1300x3rfb4fk11mrxzs0vy6aj4nbsvd7zisvdxxhrdibmz38l1xa"))))
|
"1nmrgdp3swl34kr51hypm3azf8yhcalg5nngp70l56afsbaskyqh"))))
|
||||||
(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