emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57509: closed ([PATCH] gnu: python-simplejson: Update to 3.17.6.)


From: GNU bug Tracking System
Subject: bug#57509: closed ([PATCH] gnu: python-simplejson: Update to 3.17.6.)
Date: Wed, 31 Aug 2022 21:19:02 +0000

Your message dated Wed, 31 Aug 2022 17:18:38 -0400
with message-id 
<CAJ=Rwfb22wG9LvqUCDQuWAKCdLycq3BtuES0o+bk0YwfvAGoTg@mail.gmail.com>
and subject line Re: [bug#57509] [PATCH] gnu: python-simplejson: Update to 
3.17.6.
has caused the debbugs.gnu.org bug report #57509,
regarding [PATCH] gnu: python-simplejson: Update to 3.17.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57509: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57509
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-simplejson: Update to 3.17.6. Date: Wed, 31 Aug 2022 12:53:53 -0500
* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.6.
---
 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 9b3d5edb93..b649991cd5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2796,14 +2796,14 @@ (define-public python-simpleaudio
 (define-public python-simplejson
   (package
     (name "python-simplejson")
-    (version "3.17.2")
+    (version "3.17.6")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "simplejson" version))
       (sha256
        (base32
-        "0hc8nqwdlll4a9cr1k9msn5kmb6kmbjirpgvhjh254nr4sgwgv3m"))))
+        "19pqqn01y6qmhhv8q6dh4p1acav49kl923kklnns2qxz5a6h766g"))))
     (build-system python-build-system)
     (native-inputs
      (list python-toml))
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57509] [PATCH] gnu: python-simplejson: Update to 3.17.6. Date: Wed, 31 Aug 2022 17:18:38 -0400
Hello and thanks for the patch!

On Wed, Aug 31, 2022 at 1:55 PM jgart via Guix-patches via
<guix-patches@gnu.org> wrote:
>
> * gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.6.
> ---
>  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 9b3d5edb93..b649991cd5 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -2796,14 +2796,14 @@ (define-public python-simpleaudio
>  (define-public python-simplejson
>    (package
>      (name "python-simplejson")
> -    (version "3.17.2")
> +    (version "3.17.6")
>      (source
>       (origin
>        (method url-fetch)
>        (uri (pypi-uri "simplejson" version))
>        (sha256
>         (base32
> -        "0hc8nqwdlll4a9cr1k9msn5kmb6kmbjirpgvhjh254nr4sgwgv3m"))))
> +        "19pqqn01y6qmhhv8q6dh4p1acav49kl923kklnns2qxz5a6h766g"))))
>      (build-system python-build-system)
>      (native-inputs
>       (list python-toml))
> --
> 2.37.2

Looks good to me! 'guix refresh -l python-simplejson' says 216
packages will be rebuilt with this upgrade, so it meets the
requirements to be pushed directly to the master branch, which I have
just done.

Thanks again!

- Dave


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]