mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-wk: Update to 0.9.1.
* gnu/packages/cran.scm (r-wk): Update to 0.9.1. Change-Id: Iaa9182b262f91abae45f894a0c89a069f1b9fdb9
This commit is contained in:
parent
f934375f95
commit
edea7e8ec5
1 changed files with 2 additions and 2 deletions
|
@ -22804,14 +22804,14 @@ (define-public r-deldir
|
|||
(define-public r-wk
|
||||
(package
|
||||
(name "r-wk")
|
||||
(version "0.9.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "wk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nmrgdp3swl34kr51hypm3azf8yhcalg5nngp70l56afsbaskyqh"))))
|
||||
"0yxzyb09by9winspdn0585xhjmdcablb07wx6pf7ahg0q18sz85p"))))
|
||||
(properties `((upstream-name . "wk")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://paleolimbot.github.io/wk/")
|
||||
|
|
Loading…
Reference in a new issue