3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libgit2: Update to 0.28.3.

* gnu/packages/version-control.scm (libgit2): Update to 0.28.3.
This commit is contained in:
Marius Bakke 2019-10-08 20:37:30 +02:00
parent 18b804c40f
commit cb15ad775d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

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.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"))