diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-06-24 21:44:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-26 17:37:08 +0200 |
commit | 246e564e5841f50ce1ad447deef5bc3a32b17cd7 (patch) | |
tree | c287a842eb9b9bf5a4c0aaeaccd7922e05ed3345 | |
parent | 98efb6c77b4b91bfbc04b457c6ae53dcfe76e7dd (diff) |
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>
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index fd89ca3449..d0e28f537d 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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 |