python312Packages.cwl-utils: 0.34 -> 0.35
Diff: https://github.com/common-workflow-language/cwl-utils/compare/refs/tags/v0.34...v0.35 Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.35
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cwl-utils";
|
||||
version = "0.34";
|
||||
version = "0.35";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "common-workflow-language";
|
||||
repo = "cwl-utils";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-HzLDUhiFegYPWAKt3YoiWiunNHcDEx9FvRXwxKd7wp0=";
|
||||
hash = "sha256-Lr74msVlpKJGjUWCCaWTH8F0IUk8yIX4FOJHGBkoGL8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user