gnu: libgit2: Update to 1.0.1.

* gnu/packages/version-control.scm (libgit2): Update to 1.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-07 18:23:19 +02:00
parent 41c68b6a68
commit 7907e7f237
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -634,7 +634,7 @@ (define-public gitless
(define-public libgit2
(package
(name "libgit2")
(version "1.0.0")
(version "1.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/libgit2/libgit2/"
@ -642,7 +642,7 @@ (define-public libgit2
"/libgit2-" version ".tar.gz"))
(sha256
(base32
"1d09ni0v3vammk8zqmmwks92fh3wwnsxpyrh4s5wwdb3gxma27va"))
"0nlg35pxhh548nn7aa3y1m81mf81nkbzz86i2psps4f474n497v8"))
(patches (search-patches "libgit2-mtime-0.patch"))
(snippet '(begin
(delete-file-recursively "deps") #t))