diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-01-10 15:45:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-10 15:49:49 +0100 |
commit | 022c97725862908477c96a08cc72069209f9607a (patch) | |
tree | 90e3f7bacf7671eac074469d52de677bbb37ea26 /gnu/packages/python.scm | |
parent | dd1141eba2cd92cde0fb7c4dc736fac533886a8d (diff) |
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.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1fd02f7a0b..2b5c28ab54 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) |