guix-commits
[Top][All Lists]
Advanced

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

135/212: gnu: r-zyp: Update to 0.11.


From: guix-commits
Subject: 135/212: gnu: r-zyp: Update to 0.11.
Date: Sat, 18 Feb 2023 14:01:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b0bd1fd1b43b20d954f0b65267d1de5789c2e5b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:50 2023 +0100

    gnu: r-zyp: Update to 0.11.
    
    * gnu/packages/cran.scm (r-zyp): Update to 0.11.
---
 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 84feb3e81a..6350340010 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28598,14 +28598,14 @@ Additional storage back-ends can be added easily.")
 (define-public r-zyp
   (package
     (name "r-zyp")
-    (version "0.10-1.1")
+    (version "0.11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "zyp" version))
        (sha256
         (base32
-         "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
+         "0jmddxg88qb9f38ywdy4min7w5qadnkhqxd46b0j0gjsq95vw85q"))))
     (properties `((upstream-name . "zyp")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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