guix-commits
[Top][All Lists]
Advanced

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

05/35: gnu: liblxqt: Update to 0.17.0.


From: guix-commits
Subject: 05/35: gnu: liblxqt: Update to 0.17.0.
Date: Sat, 29 May 2021 14:17:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9e2341947b902e21554b6619e573d8efcb4984b0
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon May 17 00:05:50 2021 +1000

    gnu: liblxqt: Update to 0.17.0.
    
    * gnu/packages/lxqt.scm (liblxqt): Update to 0.17.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 3280b01..e7c62d1 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -202,7 +202,7 @@ in Qt.")
 (define-public liblxqt
   (package
     (name "liblxqt")
-    (version "0.15.1")
+    (version "0.17.0")
     (source
      (origin
        (method url-fetch)
@@ -210,7 +210,7 @@ in Qt.")
              "https://github.com/lxqt/"; name "/releases/download/"
              version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0mg62gypjpmpjd3lr7rrvzmkkhli1vf5pri47hg76byz84vng4a9"))))
+        (base32 "0ay3j6zdgffw3mzaq3wdq96la7fnn2dw52ij6987slv31563nknl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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