python3-canonicaljson: update to 1.6.4.

This commit is contained in:
Andrew J. Hesford 2022-11-08 14:06:28 -05:00 committed by Andrew J. Hesford
parent 7dfac50dc8
commit 56829c686e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-canonicaljson'
pkgname=python3-canonicaljson
version=1.6.3
revision=2
version=1.6.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-simplejson python3-frozendict"
@ -11,5 +11,5 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/matrix-org/python-canonicaljson"
distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
checksum=ca59760bc274a899a0da75809d6909ae43e5123381fd6ef040a44d1952c0b448
checksum=6c09b2119511f30eb1126cfcd973a10824e20f1cfd25039cde3d1218dd9c8d8f
make_check_pre="env PYTHONPATH=src"