guix-commits
[Top][All Lists]
Advanced

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

27/80: gnu: r-zip: Update to 2.1.0.


From: guix-commits
Subject: 27/80: gnu: r-zip: Update to 2.1.0.
Date: Wed, 12 Aug 2020 07:58:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 16fe6f5686de049c80eb84a6964ca5dab512da1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:57:00 2020 +0200

    gnu: r-zip: Update to 2.1.0.
    
    * gnu/packages/cran.scm (r-zip): Update to 2.1.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 7a7699a..a8b77dc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5841,14 +5841,14 @@ misclassification probabilities of different models.")
 (define-public r-zip
   (package
     (name "r-zip")
-    (version "2.0.4")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "zip" version))
        (sha256
         (base32
-         "1c02amk3pl6xir5jnbfiwiv2wvpkpbkkb1w71y6lf2yk7g3d0pdb"))))
+         "1dfsagb7bx35x4zx6f5xk2sk057fbyhskkpw3w72b805cjw920da"))))
     (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]