python3Packages.types-pyyaml: 6.0.12.20250516 -> 6.0.12.20250915

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:07 +01:00
parent c12c75825f
commit b42efcd88c
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.20250516";
version = "6.0.12.20250915";
pyproject = true;
src = fetchPypi {
pname = "types_pyyaml";
inherit version;
hash = "sha256-nyGnAhb8D6GyFqgXbbX54K9us10vKTKsuHaJ0Dpb9ro=";
hash = "sha256-D4tUpSjDA/Dm9xZWh90z+vqByAf8rCP2MrY6piTO0dM=";
};
build-system = [ setuptools ];