Unverified Commit 92f6cdf1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #226207 from fabaff/cwl-utils-bump

python310Packages.cwl-utils: 0.23 -> 0.24 
parents 4ab1021a bfdbd554
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, mypy-extensions
, pytest-xdist
, pytestCheckHook
, pythonOlder
@@ -30,6 +31,7 @@ buildPythonPackage rec {
  '';

  propagatedBuildInputs = [
    mypy-extensions
    ruamel-yaml
    schema-salad
  ];
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "cwl-utils";
  version = "0.23";
  version = "0.24";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "common-workflow-language";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-tr4QQ/p0jx/e5kHx4WSYfo06/qMNFyxIGsaAA8nBBoA=";
    hash = "sha256-g8HnY5/UDmujijXStNRwKBGMZ3soUHKPIlpJdIQaAlE=";
  };

  propagatedBuildInputs = [