python3Packages.types-pyyaml: 6.0.12.20241230 -> 6.0.12.20250326

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:13 +02:00
parent 15276d7781
commit 97d1da3e31
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.20241230";
version = "6.0.12.20250326";
pyproject = true;
src = fetchPypi {
pname = "types_pyyaml";
inherit version;
hash = "sha256-fwdiLb00u5yLJk/oYKF+DvytANULXyfpOYSQnZNjSYw=";
hash = "sha256-Xi2G2HBml4A/NhuguBiO7ymZ4cNyzU+u5OuwhEuKQZA=";
};
build-system = [ setuptools ];