diff mbox series

[bug#58262] gnu: python-faker: Update to 15.0.0.

Message ID 20221003002940.17815-1-jgart@dismail.de
State New
Headers show
Series [bug#58262] gnu: python-faker: Update to 15.0.0. | expand

Checks

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

Commit Message

jgart Oct. 3, 2022, 12:29 a.m. UTC
* 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(-)

Comments

Christopher Baines April 13, 2023, 4:52 p.m. UTC | #1
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
jgart April 13, 2023, 8:31 p.m. UTC | #2
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 mbox series

Patch

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