guix-commits
[Top][All Lists]
Advanced

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

20/31: gnu: lxqt-themes: Update to 0.14.0.


From: guix-commits
Subject: 20/31: gnu: lxqt-themes: Update to 0.14.0.
Date: Thu, 14 Mar 2019 11:47:40 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 3cc904ab7c380e95f46c0433712d94eed64ec317
Author: Meiyo Peng <address@hidden>
Date:   Wed Mar 13 23:37:31 2019 +0800

    gnu: lxqt-themes: Update to 0.14.0.
    
    * gnu/packages/lxqt.scm (lxqt-themes): Update to 0.14.0.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 f8814f4..8e01870 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -883,14 +883,14 @@ permissions of other users including root.")
 (define-public lxqt-themes
   (package
     (name "lxqt-themes")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "13kkkzjx8bgnwckz79j273azvm4za66i4cp2qhxwdpxh0fwziklf"))))
+        (base32 "0p7svdpp0z44hvgrp2aip6hym0gdhbanyxsz6iz8sjnn28c995ia"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("lxqt-build-tools" ,lxqt-build-tools)))



reply via email to

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