python3Packages.cwl-utils: 0.42 -> 0.43

Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.43
This commit is contained in:
Fabian Affolter
2026-08-24 20:40:17 +02:00
parent 713cc4f2f4
commit e5cfe4bc4e

View File

@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "cwl-utils";
version = "0.42";
version = "0.43";
pyproject = true;
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = "cwl-utils";
tag = "v${finalAttrs.version}";
hash = "sha256-4RmKVhYfyB7idO6euo0jJuHjW19Ybt9MIbNTM0WSAb4=";
hash = "sha256-B71B3cpf+ClbhIpUuhtu/deAECLkQEjpspor6jhi2is=";
};
build-system = [ hatchling ];