Unverified Commit c0e1785c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.click-option-group: 0.5.8 -> 0.5.9 (#450810)

parents 06a54ed4 9286688f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "click-option-group";
  version = "0.5.8";
  version = "0.5.9";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "click-contrib";
    repo = "click-option-group";
    tag = "v${version}";
    hash = "sha256-VTJsyaJBKU+BqjQWisQOTZikGGkPaafmJ778UUOeyPs=";
    hash = "sha256-ASzX80aZB3SQqz8AgDTJTE1jgY+MgA0P5yTW9m6+Ovk=";
  };

  build-system = [