From a421c1ddff48e6bf7dce4ddd2b152861b86a1f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Mon, 31 Aug 2026 10:10:20 +0900 Subject: gnu: libgit2-1.9: Ungraft. * gnu/packages/version-control.scm (libgit2-1.9): Update to 1.9.7. [replacement]: Unset. [source]: Update list of bundles. (libgit2-1.9.7): Delete variable. References: 98d646431e4f ("gnu: libgit2-1.9: Graft to 1.9.7.") --- gnu/packages/version-control.scm | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index cc0d9897336..4157187c015 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1421,7 +1421,6 @@ other git-like projects such as @code{libgit2}.") (package (name "libgit2") (version "1.9.4") - (replacement libgit2-1.9.7) (source (origin (method git-fetch) (uri (git-reference @@ -1429,8 +1428,7 @@ other git-like projects such as @code{libgit2}.") (commit (string-append "v" version)))) (file-name (git-file-name "libgit2" version)) (sha256 - (base32 - "07gfycsmq3hdaic3x3ldgnry3gnam1yxsy8q5f94s52xgb7j59b4")) + (base32 "0jhm723bc9v18yanlqvmwn9kpmnvbcavnlhd4jcw0n082d7jl54h")) (patches (search-patches "libgit2-proxy-reconnection.patch" "libgit2-path-max.patch")) @@ -1441,7 +1439,7 @@ other git-like projects such as @code{libgit2}.") '("deps/chromium-zlib" "deps/llhttp" "deps/ntlmclient" - "deps/pcre" + "deps/pcre2" "deps/winhttp" "deps/zlib")))))) (build-system cmake-build-system) @@ -1487,27 +1485,6 @@ write native speed custom Git applications in any language with bindings.") ;; GPLv2 with linking exception (license license:gpl2))) -(define-public libgit2-1.9.7 - (package - (inherit libgit2-1.9) - (name "libgit2") - (version "1.9.7") - (source - (origin - (inherit (package-source libgit2-1.9)) - (uri (git-reference - (url "https://github.com/libgit2/libgit2") - (commit (string-append "v" version)))) - (file-name (git-file-name "libgit2" version)) - (sha256 (base32 "0jhm723bc9v18yanlqvmwn9kpmnvbcavnlhd4jcw0n082d7jl54h")) - (snippet #~(for-each delete-file-recursively - '("deps/chromium-zlib" - "deps/llhttp" - "deps/ntlmclient" - "deps/pcre2" - "deps/winhttp" - "deps/zlib"))))))) - (define-public libgit2-1.9/pinned ;; This is a pinned version used as a dependency for 'rust-cargo-c'. ;; Update periodically. -- cgit v1.2.3