gnu: libgit2: Update to 0.28.2.

* gnu/packages/version-control.scm (libgit2): Update to 0.28.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@ everything from small to very large projects with speed and efficiency.")
(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 @@ everything from small to very large projects with speed and efficiency.")
(file-name (git-file-name name version))
(sha256
(base32
"0j5p0hhz2wizvgkf0nbpd8g32mb5bg1vp8ckpbhb0pq38ja4h43r"))
"0cm8fvs05rj0baigs2133q5a0sm3pa234y8h6hmwhl2bz9xq3k4b"))
(patches (search-patches "libgit2-avoid-python.patch"
"libgit2-mtime-0.patch"))