guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: python-simplejson: Update to 3.14.0.


From: Tobias Geerinckx-Rice
Subject: 02/15: gnu: python-simplejson: Update to 3.14.0.
Date: Thu, 26 Apr 2018 20:56:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 93a554a0d985f99c00ba1423efba6f091ce6d48b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 26 21:26:55 2018 +0200

    gnu: python-simplejson: Update to 3.14.0.
    
    * gnu/packages/python.scm (python-simplejson): Update to 3.14.0.
---
 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 46bfdae..a5d533b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1212,14 +1212,14 @@ after Andy Lester’s Perl module WWW::Mechanize.")
 (define-public python-simplejson
   (package
     (name "python-simplejson")
-    (version "3.13.2")
+    (version "3.14.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "simplejson" version))
       (sha256
        (base32
-        "02jg5nixffqyicfqdl4dil82fh1z9p2as758wp0nqwalw0hcykjc"))))
+        "1lkv3xlf7ryzi69zqfdbkvpxdfy1rg1rq2yzcnxgf4km5m6difqy"))))
     (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]