gnu: libgit2: Update to 0.24.1.

* gnu/packages/version-control.scm (libgit2): Update to 0.24.1.
This commit is contained in:
Efraim Flashner 2016-05-16 19:31:23 +03:00
parent 8a0ac5bd55
commit b6c2f7dafd
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -324,7 +324,7 @@ (define-public git-manpages
(define-public libgit2
(package
(name "libgit2")
(version "0.24.0")
(version "0.24.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/libgit2/libgit2/"
@ -332,7 +332,7 @@ (define-public libgit2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1c5jx0pcpz83x7s36jimfz5bj0vy7vwpchq9p4sgdqxy8gwr6rhw"))))
"1ppyfwxc276d2p2pwbzlmvs2bkgng425rl8k2rf9nsq66jxqq6b0"))))
(build-system cmake-build-system)
(arguments
`(#:phases