aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-12-13 19:15:06 -0500
committerLudovic Courtès <ludo@gnu.org>2024-12-18 13:22:48 +0100
commita34c9713e22c85366d07dfddb3ba00f7a88ffaaf (patch)
treee54326881ecd2868f67b28ddd4cf65ce262937cb /gnu
parent011bf3280b823d2ae1d2fb5c1402c380e0e6320e (diff)
downloadguix-a34c9713e22c85366d07dfddb3ba00f7a88ffaaf.tar.gz
guix-a34c9713e22c85366d07dfddb3ba00f7a88ffaaf.zip
gnu: libgit2: Update to 1.8.4.
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/version-control.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c077f0694d..85eb1fecfc 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1174,7 +1174,7 @@ write native speed custom Git applications in any language with bindings.")
(define-public libgit2-1.8
(package
(inherit libgit2-1.7)
- (version "1.8.3")
+ (version "1.8.4")
(source (origin
(inherit (package-source libgit2-1.7))
(uri (git-reference
@@ -1183,7 +1183,7 @@ write native speed custom Git applications in any language with bindings.")
(file-name (git-file-name "libgit2" version))
(sha256
(base32
- "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds"))
+ "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01"))
(patches
(search-patches "libgit2-uninitialized-proxy-settings.patch"))
(snippet