guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-simplejson: Update to 3.17.6.


From: guix-commits
Subject: branch master updated: gnu: python-simplejson: Update to 3.17.6.
Date: Wed, 31 Aug 2022 17:15:44 -0400

This is an automated email from the git hooks/post-receive script.

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5aa431ba20 gnu: python-simplejson: Update to 3.17.6.
5aa431ba20 is described below

commit 5aa431ba20f1fb00a14e187f9d4e4db53377802d
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Wed Aug 31 12:53:53 2022 -0500

    gnu: python-simplejson: Update to 3.17.6.
    
    * gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.6.
    
    Signed-off-by: David Thompson <davet@gnu.org>
---
 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 @@ audio playback capability for Python 3 on OSX, Windows, 
and Linux.")
 (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))



reply via email to

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