Skip to content

Commit a160a8b

Browse files
committed
python310Packages.anyascii: 0.3.1 -> 0.3.2
https://github.com/anyascii/anyascii/blob/0.3.2/CHANGELOG.md
1 parent 3e1d10d commit a160a8b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/development/python-modules/anyascii/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77

88
buildPythonPackage rec {
99
pname = "anyascii";
10-
version = "0.3.1";
10+
version = "0.3.2";
1111
format = "setuptools";
1212
disabled = pythonOlder "3.3";
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
hash = "sha256-3t9XcoIG4obJHu18dZUFpeRcjNATZ91Awvcki7FcEfY=";
16+
hash = "sha256-nV0y74RP4iW4vHy6f5UFNPrk2iepvzpr6iyw6kbORzA=";
1717
};
1818

1919
nativeCheckInputs = [
2020
pytestCheckHook
2121
];
2222

2323
meta = with lib; {
24+
changelog = "https://github.com/anyascii/anyascii/blob/${version}/CHANGELOG.md";
2425
description = "Unicode to ASCII transliteration";
2526
homepage = "https://github.com/anyascii/anyascii";
2627
license = licenses.isc;

0 commit comments

Comments
 (0)