diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-08-17 11:12:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-22 08:42:54 +0800 |
commit | f024a6debf3acf631240134063f9954a07e33897 (patch) | |
tree | f8194f7cffbd9ae78755374ce801b841dfa33df5 | |
parent | 1c0677e3d110281a6212115de2f23d7cbc6fdb2f (diff) | |
download | guix-f024a6debf3acf631240134063f9954a07e33897.tar.gz |
gnu: qps: Update 2.5.0.
* gnu/packages/lxqt.scm (qps): Update to 2.5.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 a6c374e137..97ead5b36e 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -984,14 +984,14 @@ window manager OpenBox.") (define-public qps (package (name "qps") - (version "2.3.0") + (version "2.5.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0zg0czrh3dlbnl5smxamhkdbj1g0szm47w1c0fwpaplgc1vv5lfq")))) + (base32 "16ybq07xpkl22mszakc1175xlqcayyj21i2h6wlxb8bmb7csg30n")))) (build-system cmake-build-system) (inputs (list kwindowsystem |