lol

Merge pull request #186404 from fabaff/types-setuptools-bump

python310Packages.types-setuptools: 64.0.0 -> 64.0.1

authored by

Mario Rodas and committed by
GitHub
454eef0c 57049d26

+2 -2
+2 -2
pkgs/development/python-modules/types-setuptools/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-setuptools"; 8 - version = "64.0.0"; 8 + version = "64.0.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-2lPCjSflzIo31PIZ3Da+VZuHnGVkL6ltAXZAJgKxzaM="; 13 + sha256 = "sha256-gpC2vx2RbmsAd4TVy80RKhr5otdjQyMfzOClUYU0NwI="; 14 14 }; 15 15 16 16 # Module doesn't have tests