python3Packages.types-mock: 5.2.0.20250516 -> 5.2.0.20250809

This commit is contained in:
R. Ryantm 2025-08-16 23:19:28 +00:00
parent a05a770b95
commit d32f1c22d2

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-mock";
version = "5.2.0.20250516";
version = "5.2.0.20250809";
pyproject = true;
src = fetchPypi {
pname = "types_mock";
inherit version;
hash = "sha256-qrfT2a04FPL42hLMjkLZvn04IAxfIU48AnjDj6ASmdc=";
hash = "sha256-lUjrwvuzhZ8HZcghXwsGOJeliliTD5VGeoFKnJ3naxY=";
};
build-system = [ setuptools ];