We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1d10d commit a160a8bCopy full SHA for a160a8b
1 file changed
pkgs/development/python-modules/anyascii/default.nix
@@ -7,20 +7,21 @@
7
8
buildPythonPackage rec {
9
pname = "anyascii";
10
- version = "0.3.1";
+ version = "0.3.2";
11
format = "setuptools";
12
disabled = pythonOlder "3.3";
13
14
src = fetchPypi {
15
inherit pname version;
16
- hash = "sha256-3t9XcoIG4obJHu18dZUFpeRcjNATZ91Awvcki7FcEfY=";
+ hash = "sha256-nV0y74RP4iW4vHy6f5UFNPrk2iepvzpr6iyw6kbORzA=";
17
};
18
19
nativeCheckInputs = [
20
pytestCheckHook
21
];
22
23
meta = with lib; {
24
+ changelog = "https://github.com/anyascii/anyascii/blob/${version}/CHANGELOG.md";
25
description = "Unicode to ASCII transliteration";
26
homepage = "https://github.com/anyascii/anyascii";
27
license = licenses.isc;
0 commit comments