gnu: python-ujson: Update to 4.0.2.
authorLars-Dominik Braun <ldb@leibniz-psychology.org>
Thu, 4 Mar 2021 13:45:26 +0000 (14:45 +0100)
committerLars-Dominik Braun <ldb@leibniz-psychology.org>
Wed, 10 Mar 2021 11:01:47 +0000 (12:01 +0100)
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.2.

gnu/packages/python-xyz.scm

index 532f26e..1d993f6 100644 (file)
@@ -21109,14 +21109,14 @@ register custom encoders and decoders.")
 (define-public python-ujson
   (package
     (name "python-ujson")
-    (version "4.0.1")
+    (version "4.0.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "ujson" version))
         (sha256
          (base32
-          "1lr9lbm76y3ah1463jggwg2hjcb709mpns5f752wxxbgnd0n5kr6"))
+          "0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
         (modules '((guix build utils)))
         (snippet
          '(begin (delete-file-recursively "deps") #t))))