This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/next-master by this push:
     new af764a1cd3 gnu: libgit2: Set default version to 1.9.
af764a1cd3 is described below

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

    gnu: libgit2: Set default version to 1.9.
    
    * gnu/packages/version-control.scm (libgit2): Define as libgit2-1.9.
    * gnu/packages/ruby-xyz.scm (ruby-rugged)[inputs]: Replace libgit2 by
    libgit2-1.6.
    * gnu/packages/python-xyz.scm (python-pygit2)[propagated-inputs]:
    Replace libgit2 by libgit2-1.5.
    
    Change-Id: Iaa08ecabdd8ca5363aca0efc223749daf50d9b1d
---
 gnu/packages/python-xyz.scm      | 2 +-
 gnu/packages/ruby-xyz.scm        | 2 +-
 gnu/packages/version-control.scm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f334faf314..49f9571017 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11589,7 +11589,7 @@ readable format.")
        (sha256
         (base32 "1v34xdvh6i5cn5srwicvp0i2kvv8fzsv0v9p72ng081nsczmhgvr"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-cffi libgit2))
+    (propagated-inputs (list python-cffi libgit2-1.5))
     (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/libgit2/pygit2";)
     (synopsis "Python bindings for libgit2")
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 035d60aed5..85c927dc4c 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -15248,7 +15248,7 @@ defined in @file{.travis.yml} on your local machine, 
using @code{rvm},
                                    "walker_test.rb"))
                        (delete-file-recursively "online")))))))
       (native-inputs (list git-minimal/pinned ruby-rake-compiler))
-      (inputs (list libgit2))
+      (inputs (list libgit2-1.6))
       (synopsis "Ruby bindings to the libgit2 linkable C Git library")
       (description "Rugged is a library for accessing libgit2 in Ruby.  It 
gives
 you the speed and portability of libgit2 with the beauty of the Ruby
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index ad324c610c..cd8fb8ac9a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1413,7 +1413,7 @@ write native speed custom Git applications in any 
language with bindings.")
 
 (define-public libgit2
   ;; Default version of libgit2.
-  libgit2-1.5)
+  libgit2-1.9)
 
 (define-public libgit2-1.3
   (package

Reply via email to