1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: libgit2: Update to 1.9.1.

* gnu/packages/version-control.scm (libgit2-1.9): Update to 1.9.1.

Change-Id: Iaf5fa7d0c21e225b1d4f1894e68035e3b6fe24df
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA 2025-06-24 21:44:08 +02:00 committed by Ludovic Courtès
parent 98efb6c77b
commit 246e564e58
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1392,7 +1392,7 @@ write native speed custom Git applications in any language with bindings.")
(define-public libgit2-1.9
(package
(inherit libgit2-1.8)
(version "1.9.0")
(version "1.9.1")
(source (origin
(inherit (package-source libgit2-1.8))
(uri (git-reference
@ -1404,7 +1404,7 @@ write native speed custom Git applications in any language with bindings.")
"libgit2-proxy-reconnection.patch"))
(sha256
(base32
"06ajn5i5l1209z7x7jxcpw68ph0a6g3q67bmx0jm381rr8cb4zdz"))))))
"1k7h0phxz1i8i8qhd4dsyii62f30f33gmrpziqgri1ndnazkf4pz"))))))
(define-public libgit2-1.6
(package