guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-simplejson: Update to 3.10.0.


From: Marius Bakke
Subject: 01/03: gnu: python-simplejson: Update to 3.10.0.
Date: Sat, 26 Nov 2016 15:35:32 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit b2e6e150aaa4bf5a3fb5712320b2321768fb29c3
Author: Danny Milosavljevic <address@hidden>
Date:   Sat Nov 26 14:51:20 2016 +0100

    gnu: python-simplejson: Update to 3.10.0.
    
    * gnu/packages/python.scm (python-simplejson): Update to 3.10.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 83ef372..418a644 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1181,14 +1181,14 @@ after Andy Lester’s Perl module WWW::Mechanize.")
 (define-public python-simplejson
   (package
     (name "python-simplejson")
-    (version "3.8.2")
+    (version "3.10.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "simplejson" version))
       (sha256
        (base32
-        "0zylrnax8b6r0ndgni4w9c599fi6wm9vx5g6k3ddqfj3932kk16m"))))
+        "1qhwsykjlb85igb4cfl6v6gkprzbbg8gyqdd7zscc8w3x0ifcfwm"))))
     (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]