guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/35: gnu: qps: Update to 2.3.0.


From: guix-commits
Subject: 28/35: gnu: qps: Update to 2.3.0.
Date: Sat, 29 May 2021 14:17:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 811a02770e857651a58fcc57c1ef76297e9eea37
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon May 17 00:06:13 2021 +1000

    gnu: qps: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (qps): Update to 2.3.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 ce0c185..ca9eef4 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1185,14 +1185,14 @@ window manager OpenBox.")
 (define-public qps
   (package
     (name "qps")
-    (version "2.1.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0yym1bpglz8vha28x7k21fxx1vlsq19m3fyhk2cq3pwq3nqijwp7"))))
+        (base32 "0zg0czrh3dlbnl5smxamhkdbj1g0szm47w1c0fwpaplgc1vv5lfq"))))
     (build-system cmake-build-system)
     (inputs
      `(("kwindowsystem" ,kwindowsystem)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]