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.
This commit is contained in:
parent
1475d5c6c7
commit
bef02e9e1c
|
@ -9897,7 +9897,7 @@ Features:
|
||||||
(define-public python-dulwich
|
(define-public python-dulwich
|
||||||
(package
|
(package
|
||||||
(name "python-dulwich")
|
(name "python-dulwich")
|
||||||
(version "0.16.3")
|
(version "0.18.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9905,7 +9905,8 @@ Features:
|
||||||
"dulwich-" version ".tar.gz")
|
"dulwich-" version ".tar.gz")
|
||||||
(pypi-uri "dulwich" version)))
|
(pypi-uri "dulwich" version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fl47vzfgc3w3rmhn8naii905cjqcp0vc68iyvymxp7567hh6als"))))
|
(base32
|
||||||
|
"1aa1xfrxkc3j9s4xi0llhf5gndyi9ryprcxsqfa5fcb8ph34981q"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue