guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 28/65: gnu: r-wk: Update to 0.5.0.
Date: Wed, 28 Jul 2021 16:29:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c84a2c1209b9628f2be4791d176dd45ad7de86ca
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 4d5e631..e97dc54 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]