[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Update python-jsonschema to 2.5.1.
From: |
David Thompson |
Subject: |
03/08: gnu: Update python-jsonschema to 2.5.1. |
Date: |
Thu, 14 Jan 2016 14:19:44 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit b3667afbd2c40e3303816452afdfcebefa9d2ea8
Author: David Thompson <address@hidden>
Date: Mon Jan 11 13:26:47 2016 -0500
gnu: Update python-jsonschema to 2.5.1.
* gnu/packages/python.scm (python-jsonschema): Update to 2.5.1.
[inputs]: Add python-vcversioner.
---
gnu/packages/python.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 91629e8..e1009cc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2224,7 +2224,7 @@ version numbers.")
(define-public python-jsonschema
(package
(name "python-jsonschema")
- (version "2.4.0")
+ (version "2.5.1")
(source (origin
(method url-fetch)
(uri
@@ -2233,10 +2233,11 @@ version numbers.")
version ".tar.gz"))
(sha256
(base32
- "1yik3031ziygvq66rj3mzfqdgxj29sg1bkfc46wsgi7lnbqs560j"))))
+ "0hddbqjm4jq63y8jf44nswina1crjs16l9snb6m3vvgyg31klrrn"))))
(build-system python-build-system)
(inputs
- `(("python-setuptools" ,python-setuptools)))
+ `(("python-setuptools" ,python-setuptools)
+ ("python-vcversioner" ,python-vcversioner)))
(home-page "http://github.com/Julian/jsonschema")
(synopsis "Implementation of JSON Schema for Python")
(description
- branch master updated (3141b83 -> df1f1d6), David Thompson, 2016/01/14
- 01/08: gnu: Add version 2.7 variant of python-requests., David Thompson, 2016/01/14
- 03/08: gnu: Update python-jsonschema to 2.5.1.,
David Thompson <=
- 07/08: gnu: Add python-dockerpty., David Thompson, 2016/01/14
- 08/08: gnu: Add docker-compose., David Thompson, 2016/01/14
- 05/08: gnu: Add python-websocket-client., David Thompson, 2016/01/14
- 04/08: gnu: Add python-texttable., David Thompson, 2016/01/14
- 06/08: gnu: Add python-docker-py., David Thompson, 2016/01/14
- 02/08: gnu: Add python-vcversioner., David Thompson, 2016/01/14