python3Packages.schema-salad: 8.9.20250723145140 -> 8.9.20251102115403

https://github.com/common-workflow-language/schema_salad/releases/tag/8.9.20251102115403

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:50 +01:00
parent 3ce7ec0200
commit 7a64d7de47
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "schema-salad";
version = "8.9.20250723145140";
version = "8.9.20251102115403";
pyproject = true;
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = "schema_salad";
tag = version;
hash = "sha256-FEdv0VORkvXhqXPrmyCZ1Ib5Lz4fKwRkEqEcEXpfGq8=";
hash = "sha256-3axwM3fSxDIG1P0CvcqzqwpdDkhg/5pY7AmjUpU3mEk=";
};
pythonRelaxDeps = [ "mistune" ];