guix-commits
[Top][All Lists]
Advanced

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

17/25: gnu: python-simplejson: Update to 3.13.2.


From: Tobias Geerinckx-Rice
Subject: 17/25: gnu: python-simplejson: Update to 3.13.2.
Date: Sat, 17 Mar 2018 11:39:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 40a1020240d21700810f8efe4e505cd72bab0b3f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 16 09:04:57 2018 +0100

    gnu: python-simplejson: Update to 3.13.2.
    
    * gnu/packages/python.scm (python-simplejson): Update to 3.13.2.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f981841..d64c7e7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1164,14 +1164,14 @@ after Andy Lester’s Perl module WWW::Mechanize.")
 (define-public python-simplejson
   (package
     (name "python-simplejson")
-    (version "3.10.0")
+    (version "3.13.2")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "simplejson" version))
       (sha256
        (base32
-        "1qhwsykjlb85igb4cfl6v6gkprzbbg8gyqdd7zscc8w3x0ifcfwm"))))
+        "02jg5nixffqyicfqdl4dil82fh1z9p2as758wp0nqwalw0hcykjc"))))
     (build-system python-build-system)
     (home-page "http://simplejson.readthedocs.org/en/latest/";)
     (synopsis



reply via email to

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