diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-07 22:27:21 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:57 +0100 |
| commit | e940b42af30efd7f9cc45f139850a1bf58804a92 (patch) | |
| tree | 6e03f77ab87ebb1e2f4edde5f0d5a1ba03e60137 /gnu/packages/python-xyz.scm | |
| parent | 22db59d2431db3f1124bf7aec0f100d917ffd18f (diff) | |
gnu: libgit2: Set default version to 1.9.
* gnu/packages/version-control.scm (libgit2): Define as libgit2-1.9.
* gnu/packages/ruby-xyz.scm (ruby-rugged)[inputs]: Replace libgit2 by
libgit2-1.6.
* gnu/packages/python-xyz.scm (python-pygit2)[propagated-inputs]:
Replace libgit2 by libgit2-1.5.
Change-Id: Iaa08ecabdd8ca5363aca0efc223749daf50d9b1d
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 bc45e879242..487bc372b4a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11589,7 +11589,7 @@ readable format.") (sha256 (base32 "1v34xdvh6i5cn5srwicvp0i2kvv8fzsv0v9p72ng081nsczmhgvr")))) (build-system pyproject-build-system) - (propagated-inputs (list python-cffi libgit2)) + (propagated-inputs (list python-cffi libgit2-1.5)) (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/libgit2/pygit2") (synopsis "Python bindings for libgit2") |
