python3-jsonschema: update to 4.4.0.
This commit is contained in:
parent
82354ff588
commit
9c6f2d0e98
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-jsonschema'
|
||||
pkgname=python3-jsonschema
|
||||
version=4.2.1
|
||||
version=4.4.0
|
||||
revision=1
|
||||
wrksrc="jsonschema-${version}"
|
||||
build_style=python3-pep517
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="https://github.com/Julian/jsonschema"
|
||||
changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
|
||||
checksum=390713469ae64b8a58698bb3cbc3859abe6925b565a973f87323ef21b09a27a8
|
||||
checksum=636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
|
Loading…
Reference in a new issue