python3Packages.wcwidth: 0.4.0 -> 0.6.0

Diff: https://github.com/jquast/wcwidth/compare/0.4.0...0.6.0

Changelog: https://github.com/jquast/wcwidth/releases/tag/0.6.0
This commit is contained in:
Robert Schütz
2026-03-29 22:55:22 -07:00
parent 8e9b0fdaf1
commit fc1ab5da04
@@ -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 ];