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

python310Packages.cwcwidth: 0.1.6 -> 0.1.7
This commit is contained in:
Jonas Heinrich 2022-08-18 20:45:19 +02:00 committed by GitHub
commit 94d31d1c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "cwcwidth";
version = "0.1.6";
version = "0.1.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "1b31da599c9f0cf41f39ed10c1ceaa01d6024e31c6cd9aea2885b1f2a6d15fba";
sha256 = "sha256-wNZH4S46SxWogeHYT3lpN1FmSEieARJXI33CF51rGVE=";
};
nativeBuildInputs = [ cython ];