mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-types-urllib3: Update to 1.26.25.14.
* gnu/packages/python-xyz.scm (python-types-urllib3): Update to 1.26.25.14. [native-inputs]: Remove python-wheel. Change-Id: Ia3cbd03abb3f06e6bfcc5e5378a1def63bf54b52
This commit is contained in:
parent
dc7b9f4ac2
commit
a4de7d0f32
1 changed files with 10 additions and 8 deletions
|
@ -38028,15 +38028,17 @@ Python, with static types.")
|
||||||
(define-public python-types-urllib3
|
(define-public python-types-urllib3
|
||||||
(package
|
(package
|
||||||
(name "python-types-urllib3")
|
(name "python-types-urllib3")
|
||||||
(version "1.26.25.12")
|
(version "1.26.25.14")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "types-urllib3" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "types-urllib3" version))
|
||||||
(base32
|
(sha256
|
||||||
"0zcipjdnbnc8ymk8mh9n5mypa0qr03rqj98lbmahldcdrrap6md1"))))
|
(base32 "13ys7c7k9pg3lb11qvdgs9xq8j8bvcpjpg61j8dqq6wmgibpz6r2"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(arguments (list #:tests? #f)) ;no tests in PyPI archive
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))
|
||||||
(home-page "https://github.com/python/typeshed")
|
(home-page "https://github.com/python/typeshed")
|
||||||
(synopsis "Typing stubs for urllib3")
|
(synopsis "Typing stubs for urllib3")
|
||||||
(description "This package provides typing stubs for urllib3.")
|
(description "This package provides typing stubs for urllib3.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue