summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-08-31 10:10:20 +0900
committerNguyễn Gia Phong <cnx@loang.net>2026-08-31 11:00:16 +0900
commita421c1ddff48e6bf7dce4ddd2b152861b86a1f17 (patch)
treed1b13ad3255d9db974bb4393cf330af36322d0d1
parentcbea88c52aca403740ca3bb8ac89a40706c09211 (diff)
gnu: libgit2-1.9: Ungraft.
* gnu/packages/version-control.scm (libgit2-1.9): Update to 1.9.7. [replacement]: Unset. [source]<snippet>: Update list of bundles. (libgit2-1.9.7): Delete variable. References: 98d646431e4f ("gnu: libgit2-1.9: Graft to 1.9.7.")
-rw-r--r--gnu/packages/version-control.scm27
1 files 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}.")
1421 (package 1421 (package
1422 (name "libgit2") 1422 (name "libgit2")
1423 (version "1.9.4") 1423 (version "1.9.4")
1424 (replacement libgit2-1.9.7)
1425 (source (origin 1424 (source (origin
1426 (method git-fetch) 1425 (method git-fetch)
1427 (uri (git-reference 1426 (uri (git-reference
@@ -1429,8 +1428,7 @@ other git-like projects such as @code{libgit2}.")
1429 (commit (string-append "v" version)))) 1428 (commit (string-append "v" version))))
1430 (file-name (git-file-name "libgit2" version)) 1429 (file-name (git-file-name "libgit2" version))
1431 (sha256 1430 (sha256
1432 (base32 1431 (base32 "0jhm723bc9v18yanlqvmwn9kpmnvbcavnlhd4jcw0n082d7jl54h"))
1433 "07gfycsmq3hdaic3x3ldgnry3gnam1yxsy8q5f94s52xgb7j59b4"))
1434 (patches 1432 (patches
1435 (search-patches "libgit2-proxy-reconnection.patch" 1433 (search-patches "libgit2-proxy-reconnection.patch"
1436 "libgit2-path-max.patch")) 1434 "libgit2-path-max.patch"))
@@ -1441,7 +1439,7 @@ other git-like projects such as @code{libgit2}.")
1441 '("deps/chromium-zlib" 1439 '("deps/chromium-zlib"
1442 "deps/llhttp" 1440 "deps/llhttp"
1443 "deps/ntlmclient" 1441 "deps/ntlmclient"
1444 "deps/pcre" 1442 "deps/pcre2"
1445 "deps/winhttp" 1443 "deps/winhttp"
1446 "deps/zlib")))))) 1444 "deps/zlib"))))))
1447 (build-system cmake-build-system) 1445 (build-system cmake-build-system)
@@ -1487,27 +1485,6 @@ write native speed custom Git applications in any language with bindings.")
1487 ;; GPLv2 with linking exception 1485 ;; GPLv2 with linking exception
1488 (license license:gpl2))) 1486 (license license:gpl2)))
1489 1487
1490(define-public libgit2-1.9.7
1491 (package
1492 (inherit libgit2-1.9)
1493 (name "libgit2")
1494 (version "1.9.7")
1495 (source
1496 (origin
1497 (inherit (package-source libgit2-1.9))
1498 (uri (git-reference
1499 (url "https://github.com/libgit2/libgit2")
1500 (commit (string-append "v" version))))
1501 (file-name (git-file-name "libgit2" version))
1502 (sha256 (base32 "0jhm723bc9v18yanlqvmwn9kpmnvbcavnlhd4jcw0n082d7jl54h"))
1503 (snippet #~(for-each delete-file-recursively
1504 '("deps/chromium-zlib"
1505 "deps/llhttp"
1506 "deps/ntlmclient"
1507 "deps/pcre2"
1508 "deps/winhttp"
1509 "deps/zlib")))))))
1510
1511(define-public libgit2-1.9/pinned 1488(define-public libgit2-1.9/pinned
1512 ;; This is a pinned version used as a dependency for 'rust-cargo-c'. 1489 ;; This is a pinned version used as a dependency for 'rust-cargo-c'.
1513 ;; Update periodically. 1490 ;; Update periodically.