[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: qps: Update to 2.0.0.
From: |
guix-commits |
Subject: |
01/01: gnu: qps: Update to 2.0.0. |
Date: |
Tue, 10 Dec 2019 13:59:14 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit fc8131638499d907153473119279cbcd7f029bc7
Author: Reza Alizadeh Majd <address@hidden>
Date: Tue Dec 10 12:57:33 2019 +0330
gnu: qps: Update to 2.0.0.
* gnu/packages/lxqt.scm (qps): Update to 2.0.0.
Signed-off-by: Brett Gilio <address@hidden>
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 6b9ab05..5a3708e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1143,14 +1143,14 @@ window manager OpenBox.")
(define-public qps
(package
(name "qps")
- (version "1.10.20")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m"))))
+ (base32 "0ysnh918n9wz2vgjvyix32kx2j0v4lskjacgcychrpb8sch2dbsi"))))
(build-system cmake-build-system)
(inputs
`(("libxrender" ,libxrender)