guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: disarchive: Update to 0.2.1.


From: guix-commits
Subject: branch master updated: gnu: disarchive: Update to 0.2.1.
Date: Thu, 13 May 2021 22:48:32 -0400

This is an automated email from the git hooks/post-receive script.

samplet pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b9f0e78  gnu: disarchive: Update to 0.2.1.
b9f0e78 is described below

commit b9f0e78238e6186d28d738c7c5355a56557ce84f
Author: Timothy Sample <samplet@ngyro.com>
AuthorDate: Thu May 13 22:46:51 2021 -0400

    gnu: disarchive: Update to 0.2.1.
    
    * gnu/packages/backup.scm (disarchive): Update to 0.2.1.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 1451d17..f3d51e9 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1096,14 +1096,14 @@ backup.")
 (define-public disarchive
   (package
     (name "disarchive")
-    (version "0.2.0")
+    (version "0.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.ngyro.com/disarchive/";
                                   "disarchive-" version ".tar.gz"))
               (sha256
                (base32
-                "12d4r4i7vi8fxilr2aww6kzq56jax5ymhjfm3cpgx26vj4c70kb6"))))
+                "1jypk0gdwxqbqxiblww863nzq0kwnc676q68j32sprqd7ilnq02s"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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