python311Packages.cwcwidth: 0.1.8 -> 0.1.9

This commit is contained in:
R. Ryantm
2023-10-28 17:10:30 +00:00
parent b30e97ace2
commit 5a17bd2b3e
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "cwcwidth";
version = "0.1.8";
version = "0.1.9";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-WtwDS3yQ5qhYa9BGvL9gBONeFrDX4x3jlVE6UNcpu/Y=";
hash = "sha256-8Z0RoBSNSoys0GTJbpO8qM40FaGGroIEA49F4Qjbdrg=";
};
nativeBuildInputs = [ cython setuptools ];