guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: libgit2: Update to 0.27.7.


From: guix-commits
Subject: 06/06: gnu: libgit2: Update to 0.27.7.
Date: Wed, 9 Jan 2019 12:48:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 1b504b498ac3e70507ebe7cc3916688261be8103
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 9 18:44:45 2019 +0100

    gnu: libgit2: Update to 0.27.7.
    
    * gnu/packages/version-control.scm (libgit2): Update to 0.27.7.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 2eaf0c6..b625629 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -524,7 +524,7 @@ everything from small to very large projects with speed and 
efficiency.")
 (define-public libgit2
   (package
     (name "libgit2")
-    (version "0.26.8")
+    (version "0.27.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libgit2/libgit2/";
@@ -532,7 +532,7 @@ everything from small to very large projects with speed and 
efficiency.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15kp4sq72kh762bm7dgspyrk0a6siarvll3k7nrhs0xy77idf80g"))
+                "0c95pbv7hwclwmn51nqnh1lb0cajpcdb24pbdzcir6vmhfj3am0s"))
               (patches (search-patches "libgit2-mtime-0.patch"
                                        "libgit2-oom-test.patch"))
 



reply via email to

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