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

commit 23a3e8697a607802436630445f9420ddcf958c29
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jan 7 21:59:22 2026 +0100

    gnu: libgit2-glib: Update to 1.2.1.
    
    * gnu/packages/gnome.scm (libgit2-glib): Update to 1.2.1.
    
    Change-Id: I8d050854f4a00a6c19bdff83d54e25c3ac582bc0
---
 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 914f208918..7341103868 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12371,7 +12371,7 @@ for usage on small and big screens.")
 (define-public libgit2-glib
   (package
     (name "libgit2-glib")
-    (version "1.2.0")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -12379,7 +12379,7 @@ for usage on small and big screens.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1441w7gzn6m3adhx4g6wcbkmscka2929si963dciyklghgddlc8k"))))
+                "0pvqp9r6fj32q6gia9kac6iwrz4x0iwrspy7a63vxcq2j1vklhlp"))))
     (build-system meson-build-system)
     (native-inputs
      (list `(,glib "bin") ;; For glib-mkenums

Reply via email to