M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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")
M gnu/packages/ruby-xyz.scm => gnu/packages/ruby-xyz.scm +1 -1
@@ 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
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +1 -1
@@ 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