me
/
guix
Archived
1
0
Fork 0

gnu: python-urllib3: Update to 1.26.7.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.7.
master
Maxim Cournoyer 2021-11-04 23:41:22 -04:00
parent 14949c630b
commit e30cce86a1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2782,14 +2782,14 @@ authenticated session objects providing things like keep-alive.")
(define-public python-urllib3
(package
(name "python-urllib3")
(version "1.26.4")
(version "1.26.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
"0dw9w9bs3hmr5dp3r3h43jyzzb1g1046ag7lj8pqf58i4kvj3c77"))))
"1kkf6gi8a1fs0dqkf6kpmdpsy97iirvliz8q1krxp8ppaiawd1s9"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs