gnu: python-faker: Update to 8.12.1.

* gnu/packages/python-xyz.scm (python-faker): Update to 8.12.1.
This commit is contained in:
Guillaume Le Vaillant 2021-09-11 14:31:26 +02:00
parent 9cfa0078e6
commit c605aa254c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -15267,13 +15267,13 @@ (define-public python2-ukpostcodeparser
(define-public python-faker
(package
(name "python-faker")
(version "4.0.2")
(version "8.12.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Faker" version))
(sha256
(base32
"13qq485ydxmdnqn3xbfv1xfyqbf9qfnfw33v1vw5l6jyy9p8cgrd"))))
"1f95g8adzdh97cbfq7j3482iy4yskbahhjma2cm2mrhrdmi5j241"))))
(build-system python-build-system)
(arguments
'(#:phases