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:
parent
b724c2592a
commit
0e06c64c57
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue