gnu: libgit2: Update to 0.28.2.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.2.
This commit is contained in:
parent
ebd45195dd
commit
9e08128e42
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue