python3Packages.wcwidth: 0.4.0 -> 0.6.0 (#504902)

This commit is contained in:
dotlambda
2026-03-31 03:13:17 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "wcwidth";
version = "0.4.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jquast";
repo = "wcwidth";
tag = version;
hash = "sha256-TQFvXmYkcsDojZSPAR76Dyq2vRUO41sII0nhC78Fd7Y=";
hash = "sha256-J1uVqHMbOr9OZK6W7O3ilSgzB4i6R9jLN8RzwOxZZnA=";
};
build-system = [ hatchling ];