diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 20:37:30 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 21:23:05 +0200 |
commit | cb15ad775d5bf1b21ed16e115b06dbab44236e49 (patch) | |
tree | 6b8082c95e19772f4265ef8380b8e6efd31e01c1 /gnu/packages | |
parent | 18b804c40f1c58536c59d2e813897eb38bc6e690 (diff) | |
download | patches-cb15ad775d5bf1b21ed16e115b06dbab44236e49.tar patches-cb15ad775d5bf1b21ed16e115b06dbab44236e49.tar.gz |
gnu: libgit2: Update to 0.28.3.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.3.
Diffstat (limited to 'gnu/packages')
-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 573fa6f8cc..bcc3377a44 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.28.2") + (version "0.28.3") (source (origin (method git-fetch) (uri (git-reference @@ -533,7 +533,7 @@ everything from small to very large projects with speed and efficiency.") (file-name (git-file-name name version)) (sha256 (base32 - "0cm8fvs05rj0baigs2133q5a0sm3pa234y8h6hmwhl2bz9xq3k4b")) + "07068flm9xi25wmcs65nyfg6a7ikgfv96i2nhgyj5gzs9gljqiz2")) (patches (search-patches "libgit2-avoid-python.patch" "libgit2-mtime-0.patch")) |