diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-27 20:59:11 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-03 09:30:20 +0800 |
commit | e91e62f8f385a8a0647a412ce7d0f3f6d844e0a8 (patch) | |
tree | e24c1a08e3b531fa388bbacfaa6382536a72db6c /gnu/packages/lxqt.scm | |
parent | ecb36cc4270c130cbc220cfe7928073ad3901212 (diff) |
gnu: lxqt-build-tools: Update to 0.13.0.
* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.13.0.
Diffstat (limited to 'gnu/packages/lxqt.scm')
-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 ee6a19f415..d524c786c9 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -100,7 +100,7 @@ to statistics about the system on which it's run.") (define-public lxqt-build-tools (package (name "lxqt-build-tools") - (version "0.12.0") + (version "0.13.0") (source (origin (method url-fetch) @@ -108,7 +108,7 @@ to statistics about the system on which it's run.") "/download/" version "/lxqt-build-tools-" version ".tar.xz")) (sha256 - (base32 "0c4mm167hk0yihryi46d80ghxx2lwzkpivs4yj5wsfvdpbv5q1qh")))) + (base32 "1kjrxc1aj7yfn3v72lwryn58hkwsribsspm480qg4qbw1nfijg7x")))) (build-system cmake-build-system) (arguments (list |