guix-commits
[Top][All Lists]
Advanced

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

13/28: gnu: r-wk: Update to 0.9.3.


From: guix-commits
Subject: 13/28: gnu: r-wk: Update to 0.9.3.
Date: Sun, 8 Sep 2024 08:24:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ffd6d2ada7f242eff7d2ac54c2d3d698190aa70f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Sep 7 14:40:02 2024 +0200

    gnu: r-wk: Update to 0.9.3.
    
    * gnu/packages/cran.scm (r-wk): Update to 0.9.3.
    
    Change-Id: I8276795f195b7af1313892282473ca11e88fa7d0
---
 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 01f43ca8cf..d4c64681ad 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24476,14 +24476,14 @@ tessellation.")
 (define-public r-wk
   (package
     (name "r-wk")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "wk" version))
        (sha256
         (base32
-         "1y75hdg1p1h6pja3zxpllmbvzqlh67n5z9d3d6zhknxfkgfmwrrk"))))
+         "1f80d342gb1vb83qs4bd1fh5gcm7hxlhdrk1jdavz47zbrvjrjy6"))))
     (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]