python3Packages.anyascii: 0.3.2 -> 0.3.3 (#420927)

This commit is contained in:
Jörg Thalheim 2025-06-29 08:14:16 +02:00 committed by GitHub
commit 87a4e1fcee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "anyascii";
version = "0.3.2";
version = "0.3.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-nV0y74RP4iW4vHy6f5UFNPrk2iepvzpr6iyw6kbORzA=";
hash = "sha256-yU6d2dR7PZSU7KMF/vlEfQC0vxoyr/hap0b6Psf7lcM=";
};
nativeCheckInputs = [ pytestCheckHook ];