[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: libgit2: Update to 1.8.3.
From: |
guix-commits |
Subject: |
09/09: gnu: libgit2: Update to 1.8.3. |
Date: |
Mon, 2 Dec 2024 17:21:00 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 6d7db827d14ad6ba58ce4e550e2ed50513ef0303
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Sun Oct 27 10:39:48 2024 +0100
gnu: libgit2: Update to 1.8.3.
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.3.
Change-Id: Iff5b1f341a480d06e1f618bc306f0ff0c3a62713
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 f64bc808e0..b352c8c65c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1171,7 +1171,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.1")
+ (version "1.8.3")
(source (origin
(inherit (package-source libgit2-1.7))
(uri (git-reference
@@ -1180,7 +1180,7 @@ write native speed custom Git applications in any
language with bindings.")
(file-name (git-file-name "libgit2" version))
(sha256
(base32
- "1mh55804cvxl2cyl4clinajzgfn3zmlhacnv1pdvdj4w6z2w4si7"))
+ "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds"))
(patches
(search-patches "libgit2-uninitialized-proxy-settings.patch"))
(snippet
- branch master updated (d97a67d41d -> 6d7db827d1), guix-commits, 2024/12/02
- 02/09: gnu: Add (gnu packages dictd)., guix-commits, 2024/12/02
- 06/09: gnu: freedict-tools: Fix non-determinism of dictzip compressed file headers., guix-commits, 2024/12/02
- 03/09: gnu: Add dictd., guix-commits, 2024/12/02
- 04/09: gnu: Add freedict-tools., guix-commits, 2024/12/02
- 05/09: gnu: Add freedict-dictionaries., guix-commits, 2024/12/02
- 08/09: gnu: libreoffice: Update to 24.8.3.2., guix-commits, 2024/12/02
- 07/09: gnu: povray: Fix test run requiring interaction., guix-commits, 2024/12/02
- 01/09: tests: Adjust ‘guix build -P1’ test to new packages., guix-commits, 2024/12/02
- 09/09: gnu: libgit2: Update to 1.8.3.,
guix-commits <=