guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].


From: Ludovic Courtès
Subject: 02/03: gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].
Date: Tue, 10 Jan 2017 14:57:42 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 022c97725862908477c96a08cc72069209f9607a
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 10 15:45:56 2017 +0100

    gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].
    
    See <http://www.openwall.com/lists/oss-security/2017/01/10/5>.
    
    * gnu/packages/version-control.scm (libgit2): Update to 0.25.1.
    * gnu/packages/python.scm (python-pygit2): Update to 0.25.0.
---
 gnu/packages/python.scm          |    4 ++--
 gnu/packages/version-control.scm |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1fd02f7..2b5c28a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3463,14 +3463,14 @@ association studies (GWAS) on extremely large data 
sets.")
 (define-public python-pygit2
   (package
     (name "python-pygit2")
-    (version "0.24.2")
+    (version "0.25.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pygit2" version))
        (sha256
         (base32
-         "0shnafv9zc483wmcr4fzgvirg1qzz42xpdqd4a3ad39sdj1qbbia"))))
+         "0wf5rp0fvrw7j3j18dvwjq6xqlbm611wd55aphrfpps0v1gxh3ny"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7918b90..fdd75a4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
-;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013, 2014 Andreas Enge <address@hidden>
 ;;; Copyright © 2015, 2016 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
@@ -327,7 +327,7 @@ everything from small to very large projects with speed and 
efficiency.")
 (define-public libgit2
   (package
     (name "libgit2")
-    (version "0.24.3")
+    (version "0.25.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libgit2/libgit2/";
@@ -335,7 +335,7 @@ everything from small to very large projects with speed and 
efficiency.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0m37b2jq8g70bmxlgrhbj4p23c893vxwmlmw1v5ywfxz3njyc90a"))))
+                "1cdwcw38frc1wf28x5ppddazv9hywc718j92f3xa3ybzzycyds3s"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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