diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/version-control.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 797e0d7d700..31f3c353fd3 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1432,10 +1432,10 @@ write native speed custom Git applications in any language with bindings.") (define-public libgit2-1.3 (package - (inherit libgit2-1.4) + (inherit libgit2-1.5) (version "1.3.2") (source (origin - (inherit (package-source libgit2-1.4)) + (inherit (package-source libgit2-1.5)) (method git-fetch) (uri (git-reference (url "https://github.com/libgit2/libgit2") @@ -1445,7 +1445,7 @@ write native speed custom Git applications in any language with bindings.") (base32 "1dngga8jq419z6ps65wpmh2jihcf70k6r98pb1m1yiwj7qqh9792")))) (arguments - (substitute-keyword-arguments (package-arguments libgit2) + (substitute-keyword-arguments (package-arguments libgit2-1.5) ((#:phases _ '%standard-phases) `(modify-phases %standard-phases ;; Run checks more verbosely, unless we are cross-compiling. |
