guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: libgit2: Update to 0.24.2.


From: Efraim Flashner
Subject: 03/09: gnu: libgit2: Update to 0.24.2.
Date: Sat, 15 Oct 2016 20:23:09 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 9bf160a3d093a0053f8aa6afcbb632c510c196c8
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 15 21:04:21 2016 +0300

    gnu: libgit2: Update to 0.24.2.
    
    * gnu/packages/version-control.scm (libgit2): Update to 0.24.2.
    [home-page]: Use https.
---
 gnu/packages/version-control.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 9008d9f..47383b7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -313,7 +313,7 @@ everything from small to very large projects with speed and 
efficiency.")
 (define-public libgit2
   (package
     (name "libgit2")
-    (version "0.24.1")
+    (version "0.24.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libgit2/libgit2/";
@@ -321,7 +321,7 @@ everything from small to very large projects with speed and 
efficiency.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ppyfwxc276d2p2pwbzlmvs2bkgng425rl8k2rf9nsq66jxqq6b0"))))
+                "1rkmfjiv5h80ycra42w9idbcrgj9rz581k5c06badys3650agw00"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
@@ -344,7 +344,7 @@ everything from small to very large projects with speed and 
efficiency.")
        ("openssl" ,openssl)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://libgit2.github.com/";)
+    (home-page "https://libgit2.github.com/";)
     (synopsis "Library providing Git core methods")
     (description
      "Libgit2 is a portable, pure C implementation of the Git core methods



reply via email to

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