guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit 82771469d6cd3567ddfb85cb0de0f0343ebf230a
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 10 19:33:56 2026 +0200
gnu: libgit2-1.8: Update to 1.8.5.
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.5.
Change-Id: I4803e0dc2ac6575f862c47effbece8d541b47e61
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6f28f35c5f..2a2aac4c81 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1315,7 +1315,7 @@ write native speed custom Git applications in any
language with bindings.")
(define-public libgit2-1.8
(package
(inherit libgit2-1.9)
- (version "1.8.4")
+ (version "1.8.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1324,7 +1324,7 @@ write native speed custom Git applications in any
language with bindings.")
(file-name (git-file-name "libgit2" version))
(sha256
(base32
- "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01"))
+ "1x0l3dbl7y2jgw8h6wk56f8czkddjwh128jdf2y5a14rrf4icpdd"))
(patches
(search-patches "libgit2-uninitialized-proxy-settings.patch"))
(modules '((guix build utils)))