python3Packages.types-pyyaml: 6.0.12.20250402 -> 6.0.12.20250516

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:36 +02:00
parent d40aa8197a
commit 665d9b6ba4
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.20250402";
version = "6.0.12.20250516";
pyproject = true;
src = fetchPypi {
pname = "types_pyyaml";
inherit version;
hash = "sha256-18E8Pm0zW2r0sBIqAf8dJwq6hKuW0aGhBj7Lo+E+wHU=";
hash = "sha256-nyGnAhb8D6GyFqgXbbX54K9us10vKTKsuHaJ0Dpb9ro=";
};
build-system = [ setuptools ];