guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 075697b16b3ddcae5d8e5f9fac1e42a2c1352e17
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:26 2026 +0800

    gnu: obconf-qt: Update to 0.16.6.
    
    * gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.6.
    
    Change-Id: I6987af55255bf294073dca01bdf1d18a2282d44e
---
 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 3ce6140547..31652fcd32 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -896,14 +896,14 @@ names.")
 (define-public obconf-qt
   (package
     (name "obconf-qt")
-    (version "0.16.5")
+    (version "0.16.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "030n4jlmd79i3m1kk3jqm9s6f2fgwj78phnlvcjfmxqj15l86j03"))))
+        (base32 "0587kpi8snbzhkvnhmx6afasrnywzmx54i3n12i73633z8b8vk13"))))
     (build-system cmake-build-system)
     (inputs
      (list imlib2

Reply via email to