Message ID | 20221003002940.17815-1-jgart@dismail.de |
---|---|
State | New |
Headers | show |
Series | [bug#58262] gnu: python-faker: Update to 15.0.0. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | |
cbaines/issue | success | View issue |
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
jgart via Guix-patches via <guix-patches@gnu.org> writes: > * gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0. > --- > gnu/packages/python-xyz.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Sorry for the delay in looking at this. It looks good to me, so I've pushed it to master as 0e06c64c57bc5960cd5a171dbc0a77d6ced80ea3. Thanks, Chris
Hi thanks, Latest version is 18.4.0 now so I'll try to send an update soon ;() https://github.com/joke2k/faker/releases/tag/v18.4.0 all best, jgart
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 74fa826889..79a4a48d5c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17324,13 +17324,13 @@ (define-public python-ukpostcodeparser (define-public python-faker (package (name "python-faker") - (version "13.3.4") + (version "15.0.0") (source (origin (method url-fetch) (uri (pypi-uri "Faker" version)) (sha256 (base32 - "04855dqvvi2mr739l5x3qf82rxq0a7spc8gl76k8xixmbw36328q")))) + "1yx3gsivisf8ls43v0fgzy4n5q9625xrp9fr9cb5gp3h6k9cfpr4")))) (build-system python-build-system) (arguments '(#:phases