gnu: libgit2: Update to 1.1.0
* gnu/packages/version-control.scm (libgit2): Update to 1.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
00fb3976b3
commit
68fa8fb0cb
|
@ -666,7 +666,7 @@ to GitHub contributions calendar.")
|
||||||
(define-public libgit2
|
(define-public libgit2
|
||||||
(package
|
(package
|
||||||
(name "libgit2")
|
(name "libgit2")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/libgit2/libgit2/"
|
(uri (string-append "https://github.com/libgit2/libgit2/"
|
||||||
|
@ -674,7 +674,7 @@ to GitHub contributions calendar.")
|
||||||
"/libgit2-" version ".tar.gz"))
|
"/libgit2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nlg35pxhh548nn7aa3y1m81mf81nkbzz86i2psps4f474n497v8"))
|
"1fjdglkh04qv3b4alg621pxa689i0wlf8m7nf2755zawjr2zhwxd"))
|
||||||
(patches (search-patches "libgit2-mtime-0.patch"))
|
(patches (search-patches "libgit2-mtime-0.patch"))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
(delete-file-recursively "deps") #t))
|
(delete-file-recursively "deps") #t))
|
||||||
|
|
Reference in New Issue