Add checksum for py-pysqlite3 0.4.7 (#33211)

This commit is contained in:
iarspider 2022-10-12 03:24:46 +02:00 committed by GitHub
parent cd74e091d0
commit 019463be39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class PyPysqlite3(PythonPackage):
homepage = "https://github.com/coleifer/pysqlite3" homepage = "https://github.com/coleifer/pysqlite3"
pypi = "pysqlite3/pysqlite3-0.4.6.tar.gz" pypi = "pysqlite3/pysqlite3-0.4.6.tar.gz"
version("0.4.7", sha256="0352864898aa406beb762f4a620594c950a9a4430caab679bce574065698c8ac")
version("0.4.6", sha256="7ec4d4c477fa96609c1517afbc33bf02747588e528e79c695de95907cea7bf30") version("0.4.6", sha256="7ec4d4c477fa96609c1517afbc33bf02747588e528e79c695de95907cea7bf30")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")