Archived
1
0
Fork 0

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 @@ parsing UK postcodes.")
(define-public python-faker (define-public python-faker
(package (package
(name "python-faker") (name "python-faker")
(version "13.3.4") (version "15.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Faker" version)) (uri (pypi-uri "Faker" version))
(sha256 (sha256
(base32 (base32
"04855dqvvi2mr739l5x3qf82rxq0a7spc8gl76k8xixmbw36328q")))) "1yx3gsivisf8ls43v0fgzy4n5q9625xrp9fr9cb5gp3h6k9cfpr4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases