gnu: python-phonenumbers: Update to 8.13.37.

* gnu/packages/python-xyz.scm (python-phonenumbers): Update to 8.13.37.

Change-Id: I4c3ab22f9b0c3cb1e45c0b2c9ff265457542bcb8
This commit is contained in:
jgart 2024-05-29 14:09:57 -05:00
parent 6f72ad465c
commit 9c3f1c5759
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -25778,14 +25778,14 @@ (define-public python-pyro4
(define-public python-phonenumbers
(package
(name "python-phonenumbers")
(version "8.9.1")
(version "8.13.37")
(source
(origin
(method url-fetch)
(uri (pypi-uri "phonenumbers" version))
(sha256
(base32
"03fmrgb4r8x3ykmddjs9i3zhs703in8smikj3a6447blqpimwyh1"))))
"1whw3p0p90x1iyw5cqf2pval90zy20c26ry3ywb0bsls2pnmycdx"))))
(build-system python-build-system)
(home-page
"https://github.com/daviddrysdale/python-phonenumbers")