guix-commits
[Top][All Lists]
Advanced

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

09/25: gnu: python-jsonschema: Update to 2.6.0.


From: Tobias Geerinckx-Rice
Subject: 09/25: gnu: python-jsonschema: Update to 2.6.0.
Date: Sat, 17 Mar 2018 11:39:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f212a85e41a62f01f737c71f96cedcaa789206bd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 16 02:40:05 2018 +0100

    gnu: python-jsonschema: Update to 2.6.0.
    
    * gnu/packages/python.scm (python-jsonschema): Update to 2.6.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 fd4bcd5..673d5d3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1857,7 +1857,7 @@ version numbers.")
 (define-public python-jsonschema
   (package
     (name "python-jsonschema")
-    (version "2.5.1")
+    (version "2.6.0")
     (source (origin
              (method url-fetch)
              (uri
@@ -1866,7 +1866,7 @@ version numbers.")
                version ".tar.gz"))
              (sha256
               (base32
-               "0hddbqjm4jq63y8jf44nswina1crjs16l9snb6m3vvgyg31klrrn"))))
+               "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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