guix-commits
[Top][All Lists]
Advanced

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

21/79: gnu: r-wk: Update to 0.7.3.


From: guix-commits
Subject: 21/79: gnu: r-wk: Update to 0.7.3.
Date: Tue, 9 May 2023 09:27:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d9d20fc2fa1a6a106547f26310b3c449ed2da231
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 14:25:47 2023 +0200

    gnu: r-wk: Update to 0.7.3.
    
    * gnu/packages/cran.scm (r-wk): Update to 0.7.3.
---
 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 ef6e57f97d..808140d361 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21096,14 +21096,14 @@ tessellation.")
 (define-public r-wk
   (package
     (name "r-wk")
-    (version "0.7.2")
+    (version "0.7.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "wk" version))
        (sha256
         (base32
-         "0bxbdsa5zn867l86k5gsry0rp8s39c99gj4bv8psdzif9vsp52vg"))))
+         "0990r1cnsnyjq5sj06bz6wx2kjg62qbixilvz8pn9p37120apyz1"))))
     (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]