gnu: libgit2: Update to 0.28.2.

* gnu/packages/version-control.scm (libgit2): Update to 0.28.2.
This commit is contained in:
Marius Bakke 2019-05-22 14:28:35 +02:00
parent ebd45195dd
commit 9e08128e42
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -524,7 +524,7 @@ (define-public git-minimal
(define-public libgit2
(package
(name "libgit2")
(version "0.28.1")
(version "0.28.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -533,7 +533,7 @@ (define-public libgit2
(file-name (git-file-name name version))
(sha256
(base32
"0j5p0hhz2wizvgkf0nbpd8g32mb5bg1vp8ckpbhb0pq38ja4h43r"))
"0cm8fvs05rj0baigs2133q5a0sm3pa234y8h6hmwhl2bz9xq3k4b"))
(patches (search-patches "libgit2-avoid-python.patch"
"libgit2-mtime-0.patch"))