guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 256b45f58f5320b32e015b5f4c45a3fdd2a2108f
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:27 2026 +0800
gnu: lxqt-archiver: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-archiver): Update to 1.3.0.
Change-Id: Idcd477562d741cda37a14932ef497791130b1310
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 8c5d3427dd..1353492c3c 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1053,14 +1053,14 @@ easily publishing them on internet image hosting
services.")
(define-public lxqt-archiver
(package
(name "lxqt-archiver")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1iisk5mb4xxdjimlh8inr182a1vpy8zk5qis9v3p5p73d49i5r2k"))))
+ (base32 "1vvmadfv2kxh16dw7h6ar0wkgcml6h8rpl7jax69qslfbrq5b1ll"))))
(build-system cmake-build-system)
(inputs
(list glib json-glib libfm-qt qtbase))