guix-commits
[Top][All Lists]
Advanced

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

27/31: gnu: qps: Update to 1.10.20.


From: guix-commits
Subject: 27/31: gnu: qps: Update to 1.10.20.
Date: Thu, 14 Mar 2019 11:47:42 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 6d3a2dbef1b4df329dfdd2c2fa066f88c631c64a
Author: Meiyo Peng <address@hidden>
Date:   Wed Mar 13 23:37:38 2019 +0800

    gnu: qps: Update to 1.10.20.
    
    * gnu/packages/lxqt.scm (qps): Update to 1.10.20.
    [native-inputs]: Add lxqt-build-tools.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/lxqt.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 62bedec..0ce9062 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1123,21 +1123,22 @@ window manager OpenBox.")
 (define-public qps
   (package
     (name "qps")
-    (version "1.10.18")
+    (version "1.10.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0pzk83p7a9ax0893s9hp2qkmiilzrf8iqry5a0x1g73hdwm5hm44"))))
+        (base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m"))))
     (build-system cmake-build-system)
     (inputs
      `(("libxrender" ,libxrender)
        ("qtbase" ,qtbase)
        ("qtx11extras" ,qtx11extras)))
     (native-inputs
-     `(("qttools" ,qttools)))
+     `(("lxqt-build-tools" ,lxqt-build-tools)
+       ("qttools" ,qttools)))
     (arguments
      '(#:tests? #f))                    ; no tests
     (home-page "https://lxqt.org/";)



reply via email to

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