diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:01 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:01 +0800 |
commit | 0a03e718d238c284756c822f54516009df9d21c5 (patch) | |
tree | 5ca9c7da3e1c27dc5f728f65e28ba0401b2f2ab9 /gnu | |
parent | ddd7041d9f92d38206ea7c568a448b0b77ea51b6 (diff) | |
download | guix-0a03e718d238c284756c822f54516009df9d21c5.tar.gz |
gnu: lxqt-themes: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-themes): Update to 1.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index ba80b27dcb..7b3aa82862 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -756,14 +756,14 @@ permissions of other users including root.") (define-public lxqt-themes (package (name "lxqt-themes") - (version "1.1.0") + (version "1.2.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "18zrp2j0xpsrzy6m2dw8k55zczcc9jzavncasrp5j1dxscnzwrcr")))) + (base32 "1w566l7xcqscnx5k4f59c2cp4hb4bf2lvqgd9lvdv7dd43qb848z")))) (build-system cmake-build-system) (native-inputs (list lxqt-build-tools)) |