summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 659538d193..299804ae3e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6137,7 +6137,7 @@ readable format.")
(arguments
'(#:tests? #f)) ; tests don't run correctly in our environment
(propagated-inputs
- (list python-cached-property python-cffi libgit2))
+ (list python-cached-property python-cffi libgit2-1.3))
(native-inputs
(list python-pytest))
(home-page "https://github.com/libgit2/pygit2")