civodul pushed a commit to branch master
in repository guix.

commit aff495c8eb3953fe718cb15d3ff612aa306bba74
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:06:06 2021 +1000

    gnu: obconf-qt: Update to 0.16.1.
    
    * gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.1.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 5a90e12..b0fd888 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1120,14 +1120,14 @@ image viewer.")
 (define-public obconf-qt
   (package
     (name "obconf-qt")
-    (version "0.15.0")
+    (version "0.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1vcv2y54hgxcf76cr775632kajmvz3v4x1q3r6p1lzs9s7lmrh6q"))))
+        (base32 "0hlbivdbiw7wjhwrp8qfmq50ks19v0q21m3pyjj0k2na7nv9d3a5"))))
     (build-system cmake-build-system)
     (inputs
      `(("imlib2" ,imlib2)

Reply via email to