Merge pull request #231932 from fabaff/cwl-upgrader-bump

python310Packages.cwl-upgrader: 1.2.6 -> 1.2.7
This commit is contained in:
Mario Rodas 2023-05-14 19:01:53 -05:00 committed by GitHub
commit 641a768829
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.6";
version = "1.2.7";
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-lVIy0aa+hqbi46NfwXCKWDRzszneyuyo6KXxAcr/xIA=";
hash = "sha256-/vCvpRpQkdMkqlK5/0jJTY56ROoB4ezvX9ma1AVWYd4=";
};
postPatch = ''