python3Packages.pyaml: 25.5.0 -> 25.7.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:26 +02:00
parent 508eb5bead
commit e82d5fbf78
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pyaml";
version = "25.5.0";
version = "25.7.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-V5lWDHscna81p6RTX1PiwwMj90y9fLTy5xWxbdaBpYo=";
hash = "sha256-4ROmTsFogb8rCS4r64S33PG9mAlq0X9fFOj7eCp12Zs=";
};
nativeBuildInputs = [ setuptools ];