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

commit 69205d77c8fb41dc87c21fbcba272b106b836eb1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:52 2025 +0900

    gnu: gexiv2: Update to 0.14.5.
    
    * gnu/packages/gnome.scm (gexiv2): Update to 0.14.5.
    
    Change-Id: I89edeefa6ec4fcd7bb71360bb09da22a5d373035
---
 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 b3001377ba..44854f3ce5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7504,7 +7504,7 @@ classes for commonly used data structures.")
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.14.3")
+    (version "0.14.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7512,7 +7512,7 @@ classes for commonly used data structures.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1j722x96kavgm4prgkcs84n94gb54m5jlgzg9za37cz9aqn4vri1"))))
+                "1qcwv5571dqachvnxk5bp3r9c1rpanxmbzbab2mz3cdsm8ywa4q9"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to