gnu: qps: Update to 2.0.0.
authorReza Alizadeh Majd <r.majd@pantherx.org>
Tue, 10 Dec 2019 09:27:33 +0000 (12:57 +0330)
committerBrett Gilio <brettg@posteo.net>
Tue, 10 Dec 2019 18:52:17 +0000 (12:52 -0600)
* gnu/packages/lxqt.scm (qps): Update to 2.0.0.

Signed-off-by: Brett Gilio <brettg@posteo.net>
gnu/packages/lxqt.scm

index 6b9ab05..5a3708e 100644 (file)
@@ -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)