guix-commits
[Top][All Lists]
Advanced

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

28/57: gnu: r-wk: Update to 0.5.0.


From: guix-commits
Subject: 28/57: gnu: r-wk: Update to 0.5.0.
Date: Mon, 26 Jul 2021 09:39:26 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 2319b5e877c76750cf7f4de4ece8e234077264fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:09 2021 +0200

    gnu: r-wk: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-wk): Update to 0.5.0.
---
 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 0803375..e666cf9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15949,14 +15949,14 @@ tessellation.")
 (define-public r-wk
   (package
     (name "r-wk")
-    (version "0.4.1")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "wk" version))
        (sha256
         (base32
-         "0l49pg1ds02h1qji1fi2m67mncvgd1n905i0jx07frdxy0d3b9ys"))))
+         "0fj2wzswv3dfninsyw9irf52fc2d0lag5b822x841vdfpvh01mbi"))))
     (properties `((upstream-name . "wk")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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