mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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:
parent
9cfa0078e6
commit
c605aa254c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue