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 | |
| 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')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/version-control.scm | 2 |
3 files changed, 3 insertions, 3 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") diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 035d60aed55..85c927dc4c5 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -15248,7 +15248,7 @@ defined in @file{.travis.yml} on your local machine, using @code{rvm}, "walker_test.rb")) (delete-file-recursively "online"))))))) (native-inputs (list git-minimal/pinned ruby-rake-compiler)) - (inputs (list libgit2)) + (inputs (list libgit2-1.6)) (synopsis "Ruby bindings to the libgit2 linkable C Git library") (description "Rugged is a library for accessing libgit2 in Ruby. It gives you the speed and portability of libgit2 with the beauty of the Ruby diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ad324c610c5..cd8fb8ac9a8 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1413,7 +1413,7 @@ write native speed custom Git applications in any language with bindings.") (define-public libgit2 ;; Default version of libgit2. - libgit2-1.5) + libgit2-1.9) (define-public libgit2-1.3 (package |
