guix-commits
[Top][All Lists]
Advanced

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

10/30: gnu: r-zip: Update to 2.1.1.


From: guix-commits
Subject: 10/30: gnu: r-zip: Update to 2.1.1.
Date: Sun, 30 Aug 2020 17:31:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit be0c1d7bff8c73f5ccf56a80824613d3f9d61cbb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 30 23:28:14 2020 +0200

    gnu: r-zip: Update to 2.1.1.
    
    * gnu/packages/cran.scm (r-zip): Update to 2.1.1.
---
 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 699eb8e..fd23e8b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5843,14 +5843,14 @@ misclassification probabilities of different models.")
 (define-public r-zip
   (package
     (name "r-zip")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "zip" version))
        (sha256
         (base32
-         "1dfsagb7bx35x4zx6f5xk2sk057fbyhskkpw3w72b805cjw920da"))))
+         "0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
     (build-system r-build-system)
     (home-page "https://github.com/gaborcsardi/zip";)
     (synopsis "Cross-platform Zip compression")



reply via email to

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