guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: r-wk: Update to 0.7.2.


From: guix-commits
Subject: 10/19: gnu: r-wk: Update to 0.7.2.
Date: Sun, 19 Mar 2023 16:02:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f2a67431f9a6e6d7c0c16948cd9bed933e23938b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 21:01:38 2023 +0100

    gnu: r-wk: Update to 0.7.2.
    
    * gnu/packages/cran.scm (r-wk): Update to 0.7.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f6d7867c6d..283af10b4f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20467,14 +20467,14 @@ tessellation.")
 (define-public r-wk
   (package
     (name "r-wk")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "wk" version))
        (sha256
         (base32
-         "116kvg2a9gga14agqvmvj2rbgfpdyasbkjnfjcsw9a9dk0n7g9g5"))))
+         "0bxbdsa5zn867l86k5gsry0rp8s39c99gj4bv8psdzif9vsp52vg"))))
     (properties `((upstream-name . "wk")))
     (build-system r-build-system)
     (home-page "https://paleolimbot.github.io/wk/";)



reply via email to

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