python3Packages.typeguard: 4.5.1 -> 4.5.2

https://github.com/agronholm/typeguard/releases/tag/4.5.2
This commit is contained in:
Martin Weinelt
2026-07-15 03:12:08 +02:00
parent 399698a71d
commit 49db97d68e
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "typeguard";
version = "4.5.1";
version = "4.5.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-9vjsu8gZybx0mYPMZ8AjkeFqm0O4sn8V3HDtfEoAcnQ=";
hash = "sha256-WhbcrCNQIDkpnJfIlBZRvDPX6ozEsvfWu7G1KPbupCM=";
};
outputs = [