guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libgit2: Update to 0.24.0.


From: Efraim Flashner
Subject: 01/03: gnu: libgit2: Update to 0.24.0.
Date: Tue, 15 Mar 2016 05:11:35 +0000

efraim pushed a commit to branch master
in repository guix.

commit 3a099d179ae654917045bbfab8ce8945500894c4
Author: Efraim Flashner <address@hidden>
Date:   Mon Mar 14 22:27:05 2016 +0200

    gnu: libgit2: Update to 0.24.0.
    
    * gnu/packages/version-control.scm (libgit2): Update to 0.24.0.
    [inputs]: Switch python to python-wrapper.
---
 gnu/packages/version-control.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 316ac23..29b1ef5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -324,7 +324,7 @@ command.")))
 (define-public libgit2
   (package
     (name "libgit2")
-    (version "0.23.4")
+    (version "0.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libgit2/libgit2/";
@@ -332,7 +332,7 @@ command.")))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0aa0i5bvmzrrirqk5w13pm0qmblkk57x24w0hxz4vg0x73by5xf7"))))
+                "1c5jx0pcpz83x7s36jimfz5bj0vy7vwpchq9p4sgdqxy8gwr6rhw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
@@ -351,7 +351,7 @@ command.")))
     (inputs
      `(("libssh2" ,libssh2)
        ("libcurl" ,curl)
-       ("python" ,python)
+       ("python" ,python-wrapper)
        ("openssl" ,openssl)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]