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:
Ricardo Wurmus 2022-01-05 19:34:23 +01:00
parent 7fd640260c
commit fc9f3a1fe3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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