guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 3f500fe5e4cc73816240b5bc011ff5a2135dfdf7
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 22 13:19:47 2025 +0900

    gnu: zint: Update to 2.16.0.
    
    * gnu/packages/aidc.scm (zint): Update to 2.16.0.
    
    Change-Id: I5f1173d2afe49e3f8e566ca2cdb8091c52f9c873
---
 gnu/packages/aidc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 797b176179..9cc8b84693 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -131,7 +131,7 @@ read all zbar supported codes.")
 (define-public zint
   (package
     (name "zint")
-    (version "2.15.0")
+    (version "2.16.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -140,7 +140,7 @@ read all zbar supported codes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0arnpdqspyy3bxafm3lqc020bhwq3vazfnja2fk2s8c7mr9wimgr"))))
+                "1zpv9ar1kfjl3bb27jc8hd8601zcda9yv4dz1jhxfhdsg6v4cdg7"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to