summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-16 16:58:31 -0500
committerLeo Famulari <leo@famulari.name>2017-12-16 17:04:05 -0500
commitbef02e9e1c405cd28c42cf7fec3385bfb3e2bb21 (patch)
tree237bfb0437ce78f34f6f319dc9d5408edb190a64 /gnu
parent1475d5c6c7fab1a77b5282522c851a5fd50b483e (diff)
downloadguix-bef02e9e1c405cd28c42cf7fec3385bfb3e2bb21.tar.gz
gnu: python-dulwich: Update to 0.18.6 [fixes CVE-2017-16228].
* gnu/packages/python.scm (python-dulwich, python2-dulwich): Update to 0.18.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 082856bfbf..4baef43914 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9897,7 +9897,7 @@ Features:
 (define-public python-dulwich
   (package
     (name "python-dulwich")
-    (version "0.16.3")
+    (version "0.18.6")
     (source
       (origin
         (method url-fetch)
@@ -9905,7 +9905,8 @@ Features:
                             "dulwich-" version ".tar.gz")
                    (pypi-uri "dulwich" version)))
         (sha256
-          (base32 "0fl47vzfgc3w3rmhn8naii905cjqcp0vc68iyvymxp7567hh6als"))))
+          (base32
+           "1aa1xfrxkc3j9s4xi0llhf5gndyi9ryprcxsqfa5fcb8ph34981q"))))
     (build-system python-build-system)
     (arguments
      `(#:phases