Add checksum for py-law 0.1.7 (#33089)

This commit is contained in:
iarspider 2022-10-09 19:10:12 +02:00 committed by GitHub
parent 4a3e3807a3
commit 20453622a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class PyLaw(PythonPackage):
homepage = "https://github.com/riga/law"
pypi = "law/law-0.1.6.tar.gz"
version("0.1.7", sha256="1907989263087baaae652f00b8f196ed31df57cf749d2583d90c6e6af18fb2c3")
version("0.1.6", sha256="17c2c1837080590bff4d2e7228bfb418733f11b60e2bac8f589e68da78cf2ab8")
depends_on("python@2.7:2,3.3:3", type=("build", "run"))