Commit e8b39468 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.argcomplete: 2.1.1 -> 3.0.8

parent 664c30f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "argcomplete";
  version = "2.1.1";
  version = "3.0.8";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-cuCDQIUtMlREWcDBmq0bSKosOpbejG5XQkVrT1OMpS8=";
    hash = "sha256-ucqWRI4U+kWddFCkq1oiu/nO5Lp63d8D5lw5i12u6ig=";
  };

  postPatch = ''