guix-commits
[Top][All Lists]
Advanced

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

01/28: gnu: lxqt-build-tools: Update to 0.12.0.


From: guix-commits
Subject: 01/28: gnu: lxqt-build-tools: Update to 0.12.0.
Date: Sun, 27 Nov 2022 22:35:04 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit fa1985d9789fa99b84acab40d5f6a3f4ff1cabda
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Nov 28 09:50:22 2022 +0800

    gnu: lxqt-build-tools: Update to 0.12.0.
    
    * gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.12.0.
---
 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 606b483d3e..f4862cba9d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -100,7 +100,7 @@ to statistics about the system on which it's run.")
 (define-public lxqt-build-tools
   (package
     (name "lxqt-build-tools")
-    (version "0.11.0")
+    (version "0.12.0")
     (source
      (origin
        (method url-fetch)
@@ -108,7 +108,7 @@ to statistics about the system on which it's run.")
                            "/download/" version
                            "/lxqt-build-tools-" version ".tar.xz"))
        (sha256
-        (base32 "1ff1pkrlxd8h0j8v49p6wrfhnqrz8s5b53hi835m41cvkzjljpfx"))))
+        (base32 "0c4mm167hk0yihryi46d80ghxx2lwzkpivs4yj5wsfvdpbv5q1qh"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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