guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: lxqt-build-tools: Update to 0.5.0.


From: Tobias Geerinckx-Rice
Subject: 15/18: gnu: lxqt-build-tools: Update to 0.5.0.
Date: Mon, 4 Jun 2018 09:38:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e1345dec67a3c3681f6ae0bb40f61d140f4e0065
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 3 22:41:59 2018 +0200

    gnu: lxqt-build-tools: Update to 0.5.0.
    
    * gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.5.0.
---
 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 4ead025..c84d26d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -138,7 +139,7 @@ for the LXQt desktop environment.")
 (define-public lxqt-build-tools
   (package
     (name "lxqt-build-tools")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
@@ -147,10 +148,10 @@ for the LXQt desktop environment.")
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1llbrjbgabxlq933a8cpg03b3mdmvd8983csnd4f7vrcj51nv0xh"))))
+         "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f)) ;No tests
+     `(#:tests? #f))                    ; no tests
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib)))



reply via email to

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