guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 19fc2a289a1c11aaf6580c8067d04cef780fe842
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 31 20:28:10 2026 +0100

    gnu: gexiv2: Update to 0.14.6.
    
    * gnu/packages/gnome.scm (gexiv2): Update to 0.14.6.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 49ef6af6cc..f5b53f6e29 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7534,7 +7534,7 @@ classes for commonly used data structures.")
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.14.3")
+    (version "0.14.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7542,7 +7542,7 @@ classes for commonly used data structures.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1j722x96kavgm4prgkcs84n94gb54m5jlgzg9za37cz9aqn4vri1"))))
+                "12rbly3y4zw4zdqpcnyjcv4a3ifpzxymxgpar3skw7vvmsm2hv30"))))
     (build-system meson-build-system)
     (native-inputs
      (list gcr-3

Reply via email to