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 | 5d7838d2976fb4c2cf1108a3b2551d63657cfeb3 (patch) | |
tree | 8417db2f2f08675f8e167b7112acbf0b1c1b403e | |
parent | a02a0fde5e2f0637140ff8296eec98e12581f77c (diff) | |
download | guix-5d7838d2976fb4c2cf1108a3b2551d63657cfeb3.tar.gz |
gnu: lxqt-about: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 1.3.0.
-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 79b403be01..ad4538dc01 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -270,14 +270,14 @@ and memory usage or network traffic.") (define-public lxqt-about (package (name "lxqt-about") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0xah1qhzr5q20dj637c91bjrv9gy0z65d3jv6pjsp1kz5cwa8gsr")))) + (base32 "08b922gyg4591b399pw0y9zl3gr2627dw20c33abqpl30iq1fmd9")))) (build-system cmake-build-system) (inputs (list kwindowsystem |