python3Packages.wcwidth: 0.7.0 -> 0.8.2

https://github.com/jquast/wcwidth/releases/tag/0.8.2
This commit is contained in:
Martin Weinelt
2026-07-15 03:11:58 +02:00
parent 6f5550a62f
commit 3bc2fe7a82
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "wcwidth";
version = "0.7.0";
version = "0.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jquast";
repo = "wcwidth";
tag = version;
hash = "sha256-XIOgDCoAP/shepasR41NbNW3cFlbemmdC0Xbd+9OOts=";
hash = "sha256-PMYGLqxbTYIE+2vn0wmaBB/y8lRs9AXX+rOPpYYXHSw=";
};
build-system = [ hatchling ];