lol

Merge pull request #187127 from r-ryantm/auto-update/python3.10-cwcwidth

python310Packages.cwcwidth: 0.1.6 -> 0.1.7

authored by

Jonas Heinrich and committed by
GitHub
94d31d1c 844552f5

+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.6"; 5 + version = "0.1.7"; 6 6 format = "pyproject"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "1b31da599c9f0cf41f39ed10c1ceaa01d6024e31c6cd9aea2885b1f2a6d15fba"; 10 + sha256 = "sha256-wNZH4S46SxWogeHYT3lpN1FmSEieARJXI33CF51rGVE="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ cython ];