1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 02:51:49 +02:00

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
+2 -2
View File
@@ -15267,13 +15267,13 @@ parsing UK postcodes.")
(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