diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-22 13:19:47 +0900 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:40 +0100 |
| commit | 29fbc0c3f7f96542ce97bbed6f805cb8723d9499 (patch) | |
| tree | 6d80880f40d881616792361c402454c4cddb410d | |
| parent | 93139a4d64397a4f4fee486d18a07f30f4b208cc (diff) | |
gnu: zint: Update to 2.16.0.
* gnu/packages/aidc.scm (zint): Update to 2.16.0.
Change-Id: I5f1173d2afe49e3f8e566ca2cdb8091c52f9c873
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/aidc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index 797b1761799..9cc8b84693b 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 |
