python3Packages.wcwidth: 0.6.0 -> 0.7.0

https://github.com/jquast/wcwidth/releases/tag/0.7.0
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:06 +02:00
parent 11c393f1bd
commit 39e8a44dd3
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "wcwidth";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jquast";
repo = "wcwidth";
tag = version;
hash = "sha256-J1uVqHMbOr9OZK6W7O3ilSgzB4i6R9jLN8RzwOxZZnA=";
hash = "sha256-XIOgDCoAP/shepasR41NbNW3cFlbemmdC0Xbd+9OOts=";
};
build-system = [ hatchling ];