me
/
guix
Archived
1
0
Fork 0

gnu: python-dulwich: Update to 0.19.16.

* gnu/packages/python-xyz.scm (python-dulwich): Update to 0.19.16.
[propagated-inputs]: Add PYTHON-URLLIB3.
master
Marius Bakke 2020-05-04 15:39:37 +02:00
parent aea6ab2f4c
commit c17e4cf5a3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -13088,7 +13088,7 @@ Features:
(define-public python-dulwich (define-public python-dulwich
(package (package
(name "python-dulwich") (name "python-dulwich")
(version "0.18.6") (version "0.19.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -13097,7 +13097,7 @@ Features:
(pypi-uri "dulwich" version))) (pypi-uri "dulwich" version)))
(sha256 (sha256
(base32 (base32
"1aa1xfrxkc3j9s4xi0llhf5gndyi9ryprcxsqfa5fcb8ph34981q")))) "0l589jl0lxx59yq0p6vmgw0q0hmfh48iqwyy0x6g1dmz93262igp"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -13117,7 +13117,8 @@ Features:
(setenv "PYTHONHASHSEED" "random") (setenv "PYTHONHASHSEED" "random")
#t))))) #t)))))
(propagated-inputs (propagated-inputs
`(("python-fastimport" ,python-fastimport))) `(("python-fastimport" ,python-fastimport)
("python-urllib3" ,python-urllib3)))
(native-inputs (native-inputs
`(("python-mock" ,python-mock) `(("python-mock" ,python-mock)
("python-geventhttpclient" ,python-geventhttpclient) ("python-geventhttpclient" ,python-geventhttpclient)