mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-schema: Update to 0.7.7.
* gnu/packages/python-xyz.scm (python-schema): Update to 0.7.7. [build-system]: Use pyproject. [native-inputs]: Add python-setuptools, and python-wheel. Change-Id: I77b48501d91b8d236ca45ba444a56616f8e377df
This commit is contained in:
parent
7d9b41002a
commit
8bb19cd7bd
1 changed files with 6 additions and 4 deletions
|
@ -7292,17 +7292,19 @@ from Python as a referencing-based Schema Registry.")
|
|||
(define-public python-schema
|
||||
(package
|
||||
(name "python-schema")
|
||||
(version "0.6.6")
|
||||
(version "0.7.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "schema" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lw28j9w9vxyigg7vkfkvi6ic9lgjkdnfvnxdr7pklslqvzmk2vm"))))
|
||||
(build-system python-build-system)
|
||||
"01qq1amzbjm1kvjrnnhpjs8v761kwp6qihs74pf1k2lmsamm79bx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/keleshev/schema")
|
||||
(synopsis "Simple data validation library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue