all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58262] [PATCH] gnu: python-faker: Update to 15.0.0.
@ 2022-10-03  0:29 jgart via Guix-patches via
  2023-04-13 16:52 ` Christopher Baines
  2023-04-13 20:31 ` jgart via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-03  0:29 UTC (permalink / raw)
  To: 58262; +Cc: jgart

* 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(-)

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
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#58262] [PATCH] gnu: python-faker: Update to 15.0.0.
  2022-10-03  0:29 [bug#58262] [PATCH] gnu: python-faker: Update to 15.0.0 jgart via Guix-patches via
@ 2023-04-13 16:52 ` Christopher Baines
  2023-04-13 20:31 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-04-13 16:52 UTC (permalink / raw)
  To: jgart; +Cc: 58262-done, 58262

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#58262] [PATCH] gnu: python-faker: Update to 15.0.0.
  2022-10-03  0:29 [bug#58262] [PATCH] gnu: python-faker: Update to 15.0.0 jgart via Guix-patches via
  2023-04-13 16:52 ` Christopher Baines
@ 2023-04-13 20:31 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-04-13 20:31 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 58262-done, 58262

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-13 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  0:29 [bug#58262] [PATCH] gnu: python-faker: Update to 15.0.0 jgart via Guix-patches via
2023-04-13 16:52 ` Christopher Baines
2023-04-13 20:31 ` jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.