diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-09 18:44:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-09 18:47:57 +0100 |
commit | 1b504b498ac3e70507ebe7cc3916688261be8103 (patch) | |
tree | ad2301f684b9d4af4ad69ff0b254bde2681ad587 | |
parent | 037c3b0ea27ff4c428f4c54dc3d04f1d341a5a27 (diff) | |
download | patches-1b504b498ac3e70507ebe7cc3916688261be8103.tar patches-1b504b498ac3e70507ebe7cc3916688261be8103.tar.gz |
gnu: libgit2: Update to 0.27.7.
* gnu/packages/version-control.scm (libgit2): Update to 0.27.7.
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 2eaf0c69f4..b62562902d 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -524,7 +524,7 @@ everything from small to very large projects with speed and efficiency.") (define-public libgit2 (package (name "libgit2") - (version "0.26.8") + (version "0.27.7") (source (origin (method url-fetch) (uri (string-append "https://github.com/libgit2/libgit2/" @@ -532,7 +532,7 @@ everything from small to very large projects with speed and efficiency.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "15kp4sq72kh762bm7dgspyrk0a6siarvll3k7nrhs0xy77idf80g")) + "0c95pbv7hwclwmn51nqnh1lb0cajpcdb24pbdzcir6vmhfj3am0s")) (patches (search-patches "libgit2-mtime-0.patch" "libgit2-oom-test.patch")) |