guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: xarchiver: Update to 0.5.4.15.


From: guix-commits
Subject: 02/08: gnu: xarchiver: Update to 0.5.4.15.
Date: Mon, 1 Jun 2020 18:29:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ddde8a079c89d5301b06007f9922f648daf6622b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 1 21:03:02 2020 +0200

    gnu: xarchiver: Update to 0.5.4.15.
    
    * gnu/packages/compression.scm (xarchiver): Update to 0.5.4.15.
---
 gnu/packages/compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index cdab740..568de1c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2101,7 +2101,7 @@ file compression algorithm.")
 (define-public xarchiver
   (package
     (name "xarchiver")
-    (version "0.5.4.14")
+    (version "0.5.4.15")
     (source
      (origin
        (method git-fetch)
@@ -2110,7 +2110,7 @@ file compression algorithm.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1iklwgykgymrwcc5p1cdbh91v0ih1m58s3w9ndl5kyd44bwlb7px"))))
+        (base32 "0a3y54r5zp2c0cqm77r07qrl1vh200wvqmbhm35diy22fvkq5mwc"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -2118,7 +2118,7 @@ file compression algorithm.")
        ("libxslt" ,libxslt)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("adwaita-icon-theme" ,adwaita-icon-theme) ; Hard-coded theme
+     `(("adwaita-icon-theme" ,adwaita-icon-theme) ; hard-coded theme
        ("gtk+" ,gtk+)))
     (home-page "https://github.com/ib/xarchiver";)
     (synopsis "Graphical front-end for archive operations")



reply via email to

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