guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 72e82b6736cd87e333ec3fc5012ce2206cc0b9ef
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:24 2026 +0800
gnu: lxqt-about: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 2.3.0.
Change-Id: Ifbcc70093ce9f140d148bb6b23e0e4d8b6dad4ef
---
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 8155377230..359855276e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -279,14 +279,14 @@ and memory usage or network traffic.")
(define-public lxqt-about
(package
(name "lxqt-about")
- (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 "0vypdk0nf2rr7riv8xp7wy1x9694i73rgk0dj9x39gh53jm4xjy5"))))
+ (base32 "1g8jm955gggm1lh9n1dc4af88pih0k5ds6389wmx5y28x315d40r"))))
(build-system cmake-build-system)
(inputs
(list liblxqt))