lol

python310Packages.anyascii: 0.3.1 -> 0.3.2

https://github.com/anyascii/anyascii/blob/0.3.2/CHANGELOG.md

+3 -2
+3 -2
pkgs/development/python-modules/anyascii/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "anyascii"; 10 - version = "0.3.1"; 10 + version = "0.3.2"; 11 11 format = "setuptools"; 12 12 disabled = pythonOlder "3.3"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-3t9XcoIG4obJHu18dZUFpeRcjNATZ91Awvcki7FcEfY="; 16 + hash = "sha256-nV0y74RP4iW4vHy6f5UFNPrk2iepvzpr6iyw6kbORzA="; 17 17 }; 18 18 19 19 nativeCheckInputs = [ ··· 21 21 ]; 22 22 23 23 meta = with lib; { 24 + changelog = "https://github.com/anyascii/anyascii/blob/${version}/CHANGELOG.md"; 24 25 description = "Unicode to ASCII transliteration"; 25 26 homepage = "https://github.com/anyascii/anyascii"; 26 27 license = licenses.isc;