Skip to content

Commit

Permalink
python27Packages.argcomplete: 1.11.1 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 31, 2020
1 parent 440fb94 commit bac4f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/argcomplete/default.nix
Expand Up @@ -7,11 +7,11 @@
}:
buildPythonPackage rec {
pname = "argcomplete";
version = "1.11.1";
version = "1.12.0";

src = fetchPypi {
inherit pname version;
sha256 = "0h1przxffrhqvi46k40pzjsvdrq4zc3sl1pc96kkigqppq0vdrss";
sha256 = "0p19rkvh28klkkd1c6y78h6vb9b9cnlyr7qrshkxghfjkz85xgig";
};

doCheck = false; # meant to be ran with interactive interpreter
Expand Down

0 comments on commit bac4f8a

Please sign in to comment.