gnu: libgit2: Update to 0.28.2.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.2.master
parent
ebd45195dd
commit
9e08128e42
|
@ -524,7 +524,7 @@ everything from small to very large projects with speed and efficiency.")
|
||||||
(define-public libgit2
|
(define-public libgit2
|
||||||
(package
|
(package
|
||||||
(name "libgit2")
|
(name "libgit2")
|
||||||
(version "0.28.1")
|
(version "0.28.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j5p0hhz2wizvgkf0nbpd8g32mb5bg1vp8ckpbhb0pq38ja4h43r"))
|
"0cm8fvs05rj0baigs2133q5a0sm3pa234y8h6hmwhl2bz9xq3k4b"))
|
||||||
(patches (search-patches "libgit2-avoid-python.patch"
|
(patches (search-patches "libgit2-avoid-python.patch"
|
||||||
"libgit2-mtime-0.patch"))
|
"libgit2-mtime-0.patch"))
|
||||||
|
|
||||||
|
|
Reference in New Issue