From a160a8be02e7658add24c7cabbad876e1016ff54 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 18 Mar 2023 11:46:51 +0100 Subject: [PATCH] python310Packages.anyascii: 0.3.1 -> 0.3.2 https://github.com/anyascii/anyascii/blob/0.3.2/CHANGELOG.md --- pkgs/development/python-modules/anyascii/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/anyascii/default.nix b/pkgs/development/python-modules/anyascii/default.nix index d810b5030482..d781a552cca1 100644 --- a/pkgs/development/python-modules/anyascii/default.nix +++ b/pkgs/development/python-modules/anyascii/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "anyascii"; - version = "0.3.1"; + version = "0.3.2"; format = "setuptools"; disabled = pythonOlder "3.3"; src = fetchPypi { inherit pname version; - hash = "sha256-3t9XcoIG4obJHu18dZUFpeRcjNATZ91Awvcki7FcEfY="; + hash = "sha256-nV0y74RP4iW4vHy6f5UFNPrk2iepvzpr6iyw6kbORzA="; }; nativeCheckInputs = [ @@ -21,6 +21,7 @@ buildPythonPackage rec { ]; meta = with lib; { + changelog = "https://github.com/anyascii/anyascii/blob/${version}/CHANGELOG.md"; description = "Unicode to ASCII transliteration"; homepage = "https://github.com/anyascii/anyascii"; license = licenses.isc;