Merge pull request #229268 from fabaff/cwl-upgrader-fix

python310Packages.pyupgrade: 3.3.1 -> 3.3.2
This commit is contained in:
Fabian Affolter 2023-05-02 17:48:07 +02:00 committed by GitHub
commit 82c76f26db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "cwl-upgrader";
version = "1.2.4";
version = "1.2.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "common-workflow-language";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3pKnkU8lks3w+N7w2qST9jr4/CS6YzgnBVLTlgq1gf0=";
hash = "sha256-lVIy0aa+hqbi46NfwXCKWDRzszneyuyo6KXxAcr/xIA=";
};
postPatch = ''