gnu: python-faker: Update to 15.0.0.

* gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
jgart 2022-10-02 19:29:40 -05:00 committed by Christopher Baines
parent b724c2592a
commit 0e06c64c57
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -18321,13 +18321,13 @@ (define-public python-ukpostcodeparser
(define-public python-faker
(package
(name "python-faker")
(version "13.3.4")
(version "15.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "Faker" version))
(sha256
(base32
"04855dqvvi2mr739l5x3qf82rxq0a7spc8gl76k8xixmbw36328q"))))
"1yx3gsivisf8ls43v0fgzy4n5q9625xrp9fr9cb5gp3h6k9cfpr4"))))
(build-system python-build-system)
(arguments
'(#:phases