guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]