mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-wk: Update to 0.6.0.
* gnu/packages/cran.scm (r-wk): Update to 0.6.0. [propagated-inputs]: Remove r-cpp11.
This commit is contained in:
parent
7fd640260c
commit
fc9f3a1fe3
1 changed files with 2 additions and 4 deletions
|
@ -16166,18 +16166,16 @@ (define-public r-deldir
|
|||
(define-public r-wk
|
||||
(package
|
||||
(name "r-wk")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "wk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fj2wzswv3dfninsyw9irf52fc2d0lag5b822x841vdfpvh01mbi"))))
|
||||
"1xga4rrqsr190g55by39az4nimnn06bf5b6mcjgwqvba0lvjhb5g"))))
|
||||
(properties `((upstream-name . "wk")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cpp11))
|
||||
(home-page "https://paleolimbot.github.io/wk/")
|
||||
(synopsis "Lightweight well-known geometry parsing")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue