Skip to content

Commit 88e2652

Browse files
committed
1 parent 3e46a15 commit 88e2652

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/cwl-upgrader

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cwl-upgrader/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "cwl-upgrader";
16-
version = "1.2.11";
16+
version = "1.2.12";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "common-workflow-language";
2323
repo = "cwl-upgrader";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-P8607Io/KIJqAnrValM+rRK59tQITcC/jyGwkge8qN0=";
25+
hash = "sha256-cfEd1XAu31u+NO27d3RNA5lhCpRpYK8NeaCxhQ/1GNU=";
2626
};
2727

2828
postPatch = ''

0 commit comments

Comments
 (0)