[PATCH] gnu: xarchiver: Update to 0.5.4.23.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 8 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
c90701623959062d63a354483948606c9b778f89.1720279537.git.poptsov.artyom@gmail.com
* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.23.

Change-Id: I3675efc22b546810f7c5341c8f22be217cb69853
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index ac025e0e3d..370b7714f1 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2636,7 +2636,7 @@ (define-public ncompress
(define-public xarchiver
(package
(name "xarchiver")
- (version "0.5.4.21")
+ (version "0.5.4.23")
(source
(origin
(method git-fetch)
@@ -2645,7 +2645,7 @@ (define-public xarchiver
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0m3vq1mh2vg5r7vhnwjkfhix6i2cm15z82xsi6zaqvc4zkswb2m5"))))
+ (base32 "0ccxp106c3r759l1bjaszz3fwlw10qzzlsd9mnmpksnlwfwjkmb8"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool libxslt pkg-config))

base-commit: 1ace18d351bf0253cb2ef27abbd75e413fd119d0
--
2.45.2
Andreas Enge wrote 8 months ago
Close
(address . 71974-done@debbugs.gnu.org)
ZpAR95QKNNU3RzzI@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71974@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71974
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help