python3Packages.wcwidth: 0.2.13 -> 0.2.14

https://github.com/jquast/wcwidth/releases/tag/0.2.14
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:33 +01:00
parent cbe2336f06
commit 714c33725c
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "wcwidth";
version = "0.2.13";
version = "0.2.14";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cuoMBjmesobZeP3ttpI6nrR+HEhs5j6bTmT8GDA5crU=";
hash = "sha256-TUeDddMbxTlaPFXEDM3zNUaINkzWHE9q2sqpIV0LNgU=";
};
nativeBuildInputs = [ setuptools ];