gnu: libgit2: Update to 0.24.0.

* gnu/packages/version-control.scm (libgit2): Update to 0.24.0.
[inputs]: Switch python to python-wrapper.
This commit is contained in:
Efraim Flashner 2016-03-14 22:27:05 +02:00
parent 264fdedb40
commit 3a099d179a

View file

@ -324,7 +324,7 @@ (define-public git-manpages
(define-public libgit2 (define-public libgit2
(package (package
(name "libgit2") (name "libgit2")
(version "0.23.4") (version "0.24.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/"
@ -332,7 +332,7 @@ (define-public libgit2
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0aa0i5bvmzrrirqk5w13pm0qmblkk57x24w0hxz4vg0x73by5xf7")))) "1c5jx0pcpz83x7s36jimfz5bj0vy7vwpchq9p4sgdqxy8gwr6rhw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -351,7 +351,7 @@ (define-public libgit2
(inputs (inputs
`(("libssh2" ,libssh2) `(("libssh2" ,libssh2)
("libcurl" ,curl) ("libcurl" ,curl)
("python" ,python) ("python" ,python-wrapper)
("openssl" ,openssl))) ("openssl" ,openssl)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))