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 {
|
buildPythonPackage rec {
|
||||||
pname = "cwl-utils";
|
pname = "cwl-utils";
|
||||||
version = "0.34";
|
version = "0.35";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
owner = "common-workflow-language";
|
owner = "common-workflow-language";
|
||||||
repo = "cwl-utils";
|
repo = "cwl-utils";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-HzLDUhiFegYPWAKt3YoiWiunNHcDEx9FvRXwxKd7wp0=";
|
hash = "sha256-Lr74msVlpKJGjUWCCaWTH8F0IUk8yIX4FOJHGBkoGL8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user