guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

62/138: gnu: r-wk: Update to 0.6.0.


From: guix-commits
Subject: 62/138: gnu: r-wk: Update to 0.6.0.
Date: Wed, 5 Jan 2022 15:24:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fc9f3a1fe3721b4bfa25d7f31a353bbe672ba599
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:23 2022 +0100

    gnu: r-wk: Update to 0.6.0.
    
    * gnu/packages/cran.scm (r-wk): Update to 0.6.0.
    [propagated-inputs]: Remove r-cpp11.
---
 gnu/packages/cran.scm | 6 ++----
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]