Unverified Commit fa5454d6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #243682 from r-ryantm/auto-update/python310Packages.cloup

python310Packages.cloup: 2.1.1 -> 3.0.0
parents 7ab5f998 d2392222
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "cloup";
  version = "2.1.1";
  version = "3.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-u/4RaGM0MJs/vodq99ubwmXU6uqTtWL9E0cnZ69khhU=";
    hash = "sha256-ur1L3P0nT4Z3nW0845ueoPbMWrPU7+NbpoQebW0DeJM=";
  };

  nativeBuildInputs = [