mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: python-json-spec: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-json-spec): Update to 0.11.0. [propagated-inputs]: Remove python-pathlib and python-six; add python-importlib-metadata and python-termcolor.
This commit is contained in:
parent
3e5fd70f52
commit
970d89b9fa
1 changed files with 6 additions and 5 deletions
|
@ -13608,20 +13608,21 @@ (define-public python-debian
|
|||
(define-public python-json-spec
|
||||
(package
|
||||
(name "python-json-spec")
|
||||
(version "0.10.1")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "json-spec" version))
|
||||
(uri (pypi-uri "json_spec" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06dpbsq61ja9r89wpa2pzdii47qh3xri9ajdrgn1awfl102znchb"))))
|
||||
"0fwxirzxx5s9l0lwnjl6ki39xw1fsjm0vr6cm67ws27fkmcxcry7"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-pathlib python-six))
|
||||
(list python-importlib-metadata
|
||||
python-termcolor))
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(home-page "http://py.errorist.io/json-spec")
|
||||
(home-page "https://json-spec.readthedocs.io/")
|
||||
(synopsis
|
||||
"JSON Schema, JSON Pointer and JSON Reference for Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue