iyzsong pushed a commit to branch master
in repository guix.
commit a02a0fde5e2f0637140ff8296eec98e12581f77c
Author: 宋文武 <[email protected]>
AuthorDate: Thu Apr 27 20:59:11 2023 +0800
gnu: liblxqt: Update to 1.3.0.
* gnu/packages/lxqt.scm (liblxqt): Update to 1.3.0.
---
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 1b4d2b6873..79b403be01 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -206,7 +206,7 @@ applications.")
(define-public liblxqt
(package
(name "liblxqt")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
@@ -214,7 +214,7 @@ applications.")
"https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "057cdxmz6kh3p1vpbwah4i99hdknh22w2w8wqfiws2d4n6wwiavz"))))
+ (base32 "1vr43sd2dzs4gmiaidr1gpm64fl500k30rlxxq7yj9p3iwk5d3xp"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests