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

python3Packages.rich-click: 1.8.8 -> 1.8.9 (#409829)

parents 000a25b3 ac5ce607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "rich-click";
  version = "1.8.8";
  version = "1.8.9";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "ewels";
    repo = "rich-click";
    tag = "v${version}";
    hash = "sha256-938YQMpq7v2iGNVoaVU1H2nuTmteZwKDfZI3anfrpcw=";
    hash = "sha256-uFb4Pcor9o4BPM/xx/sAKu9DoXvGO/RZg/3dVhbjgk0=";
  };

  build-system = [ setuptools ];