summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2026-01-01 11:00:26 +0800
committer宋文武 <iyzsong@member.fsf.org>2026-01-02 09:30:09 +0800
commit822cb7ea5dff1a03dbf3f1be7e59f0dff8e356a9 (patch)
tree303b541574cea3d6d3f1717f7480eead6d79ae59 /gnu
parentb8f7c3fd37c2cc4088175c90077a4ba63d6b22e5 (diff)
gnu: lxqt-themes: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-themes): Update to 2.3.0. Change-Id: I68df57e1b9e5534a7e6094b335403dda95bf4e6c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lxqt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 2bc65af001..a194f4cb7c 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -757,14 +757,14 @@ permissions of other users including root.")
(define-public lxqt-themes
(package
(name "lxqt-themes")
- (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 "1wplp817pacq18x67vrqjdnaa1hn4fx2zn1clc85bjh8mpcaiicj"))))
+ (base32 "1cyc299ybv1q6jsixzy3vqjrb6yaqdh1nyzyxvin83mm15j9bsp6"))))
(build-system cmake-build-system)
(native-inputs
(list lxqt-build-tools))