mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: python-fastjsonschema: Update to 2.15.1.
* gnu/packages/python-xyz.scm (python-fastjsonschema): Update to 2.15.1.
This commit is contained in:
parent
fc71a45afd
commit
2a600ae5ff
1 changed files with 2 additions and 3 deletions
|
@ -10788,14 +10788,13 @@ JSON Reference and JSON Pointer.")
|
||||||
(define-public python-fastjsonschema
|
(define-public python-fastjsonschema
|
||||||
(package
|
(package
|
||||||
(name "python-fastjsonschema")
|
(name "python-fastjsonschema")
|
||||||
(version "2.15.0")
|
(version "2.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fastjsonschema" version))
|
(uri (pypi-uri "fastjsonschema" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ln2j60jzyn6p8i8ljygfgrji58hc23452g7nllkcjdk4p93c7v7"))))
|
||||||
"0xknp399gpdjf08lrq2yvv66s7nsc51fgbm6vph7vyyg1ckbmv71"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Fail with a strange backtrace ending in importlib.
|
`(#:tests? #f ; Fail with a strange backtrace ending in importlib.
|
||||||
|
|
Loading…
Add table
Reference in a new issue