diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-16 02:40:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-17 16:37:21 +0100 |
commit | f212a85e41a62f01f737c71f96cedcaa789206bd (patch) | |
tree | 75180af1b5fa770bea97878598080436618a8f5a /gnu/packages/python.scm | |
parent | c9ec726cd8061c8c64d7ea0fcec5bc1f4911cbf1 (diff) | |
download | patches-f212a85e41a62f01f737c71f96cedcaa789206bd.tar patches-f212a85e41a62f01f737c71f96cedcaa789206bd.tar.gz |
gnu: python-jsonschema: Update to 2.6.0.
* gnu/packages/python.scm (python-jsonschema): Update to 2.6.0.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fd4bcd57b6..673d5d3d74 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 |