z572 pushed a commit to branch kde-team
in repository guix.

commit bd3ad17ded13174345a12c2d11dc28eddda82e93
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jul 5 23:19:00 2024 +0800

    gnu: libavif: Update to 1.0.4.
    
    * gnu/packages/image.scm (libavif): Update to 1.0.4.
    
    Change-Id: If86c06d3d1dda09f339d745261dd42925f87387c
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 5f73a6c3f6..7d5fc3707e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -35,7 +35,7 @@
 ;;; Copyright © 2022 Jai Vetrivelan <[email protected]>
 ;;; Copyright © 2022 ( <[email protected]>
 ;;; Copyright © 2022-2023 Bruno Victal <[email protected]>
-;;; Copyright © 2023 Zheng Junjie <[email protected]>
+;;; Copyright © 2023, 2024 Zheng Junjie <[email protected]>
 ;;; Copyright © 2023-2024 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2023 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2024 chris <[email protected]>
@@ -2457,7 +2457,7 @@ This package can be used to create @code{favicon.ico} 
files for web sites.")
 (define-public libavif
   (package
     (name "libavif")
-    (version "0.11.1")
+    (version "1.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2466,7 +2466,7 @@ This package can be used to create @code{favicon.ico} 
files for web sites.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02zmb62g0yx6rfz4w1isyzfrckv5i7dzyz26rp2mspbx9w6v8j4r"))))
+                "0k72q7yvfdn92wkslyifw14319nm981a8r3kd84i4ylxmrkgi0zm"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to