python3Packages.pyyaml: 6.0.2 -> 6.0.3 (#446308)

This commit is contained in:
dotlambda
2025-09-30 12:59:17 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyyaml";
version = "6.0.2";
version = "6.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "yaml";
repo = "pyyaml";
tag = version;
hash = "sha256-IQoZd9Lp0ZHLAQN3PFwMsZVTsIVJyIaT9D6fpkzA8IA=";
hash = "sha256-jUooIBp80cLxvdU/zLF0X8Yjrf0Yp9peYeiFjuV8AHA=";
};
build-system = [