guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1e9eb7927b71f2373962068bb4f330fc41b3bc01
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:26 2026 +0800
gnu: lximage-qt: Update to 2.3.0.
* gnu/packages/lxqt.scm (lximage-qt): Update to 2.3.0.
Change-Id: I87175dc38d8cff4c1dd23ef252aa0060e5c883d8
---
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 43bf7c4b72..3ce6140547 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -848,14 +848,14 @@ LXDE.")
(define-public lximage-qt
(package
(name "lximage-qt")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1slriyvf0zz6mn5ldcd2v3i2yf0skmdf3hki9q8h2aby7bpvybnc"))))
+ (base32 "0hdn6ixl1igal9rqvhql1yfzibdfysw9p9n65vpaa5srjj9d8xlk"))))
(build-system cmake-build-system)
(inputs
(list libexif libfm-qt qtsvg))