diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 19:34:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 21:18:04 +0100 |
commit | fc9f3a1fe3721b4bfa25d7f31a353bbe672ba599 (patch) | |
tree | 8c37cc6583722474be4359e71c5c10c502c97dd1 /gnu | |
parent | 7fd640260cf6df38ffef5ab7fe10142a6f5367ec (diff) |
gnu: r-wk: Update to 0.6.0.
* gnu/packages/cran.scm (r-wk): Update to 0.6.0.
[propagated-inputs]: Remove r-cpp11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4650c0c7ff..58cf5a78c3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16166,18 +16166,16 @@ tessellation.") (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 |