diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-16 04:42:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-17 16:37:22 +0100 |
commit | 34f53e4fbf87d19630dca38216ce3b2e6f5fb5e2 (patch) | |
tree | 78a7253e95e2a76f4c79dbcd2e055e0d509a6665 | |
parent | e5fa7df9639205b4fffaec8ebb63ec9773465cd0 (diff) |
gnu: python-phonenumbers: Update to 8.9.1.
* gnu/packages/python.scm (python-phonenumbers): Update to 8.9.1.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4eb9c9af3e..fbea6b9fe0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -12633,14 +12633,14 @@ and works only with Python 2 and NumPy < 1.9.") (define-public python-phonenumbers (package (name "python-phonenumbers") - (version "8.8.9") + (version "8.9.1") (source (origin (method url-fetch) (uri (pypi-uri "phonenumbers" version)) (sha256 (base32 - "1lhhxmx3hk0b5891nc0p82dl5bq2w9cqbawmh8j5zy587af2j6fq")))) + "03fmrgb4r8x3ykmddjs9i3zhs703in8smikj3a6447blqpimwyh1")))) (build-system python-build-system) (home-page "https://github.com/daviddrysdale/python-phonenumbers") |