mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6f72ad465c
commit
9c3f1c5759
1 changed files with 2 additions and 2 deletions
|
@ -25778,14 +25778,14 @@ objects on other machines, also known as remote procedure calls (RPC).")
|
||||||
(define-public python-phonenumbers
|
(define-public python-phonenumbers
|
||||||
(package
|
(package
|
||||||
(name "python-phonenumbers")
|
(name "python-phonenumbers")
|
||||||
(version "8.9.1")
|
(version "8.13.37")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "phonenumbers" version))
|
(uri (pypi-uri "phonenumbers" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03fmrgb4r8x3ykmddjs9i3zhs703in8smikj3a6447blqpimwyh1"))))
|
"1whw3p0p90x1iyw5cqf2pval90zy20c26ry3ywb0bsls2pnmycdx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/daviddrysdale/python-phonenumbers")
|
"https://github.com/daviddrysdale/python-phonenumbers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue