lol

python311Packages.cwcwidth: 0.1.8 -> 0.1.9

+2 -2
+2 -2
pkgs/development/python-modules/cwcwidth/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "cwcwidth"; 5 - version = "0.1.8"; 5 + version = "0.1.9"; 6 6 format = "pyproject"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - hash = "sha256-WtwDS3yQ5qhYa9BGvL9gBONeFrDX4x3jlVE6UNcpu/Y="; 10 + hash = "sha256-8Z0RoBSNSoys0GTJbpO8qM40FaGGroIEA49F4Qjbdrg="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ cython setuptools ];