diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-01-12 17:17:33 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:58 +0100 |
| commit | 9933f6d4f9ef3ffed0da4d0e640a46127b2693d2 (patch) | |
| tree | d0fdcbe9116105cd69be2c696b86227c8879f9eb /gnu/packages/python-xyz.scm | |
| parent | e940b42af30efd7f9cc45f139850a1bf58804a92 (diff) | |
gnu: Replace libgit2-1.9 with default libgit2 where possible.
* gnu/packages/guile.scm (guile-git): Replace libgit2-1.9 with libgit2
* gnu/packages/package-management.scm (nix): Replace libgit2-1.9 with libgit2
* gnu/packages/python-xyz.scm (python-pygit2-1.18): Replace libgit2-1.9 with libgit2
Change-Id: Icc77f5b4289f1805764e1b3fdd29062524c61c24
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 487bc372b4a..e6793e23982 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11607,7 +11607,7 @@ readable format.") (uri (pypi-uri "pygit2" version)) (sha256 (base32 "0m8g8s72c0xwwayykpj1hf8c1wldhmg1sj8kgxdp2rf9c837xa7c")))) - (propagated-inputs (list python-cffi libgit2-1.9)))) + (propagated-inputs (list python-cffi libgit2)))) (define-public python-patiencediff (package |
