guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit fa7cb031ffd56c5622ee0901ff06d27748ba7cd0
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 1243cbfcd3..11a29f41df 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1234,7 +1234,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
@@ -1243,7 +1243,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)))