Skip to content

Commit

Permalink
executor: 23.1 -> 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Nov 25, 2020
1 parent 1f1ac38 commit e6e0d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/executor/default.nix
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "executor";
version = "23.1";
version = "23.2";
disabled = isPy27;

src = fetchFromGitHub {
owner = "xolox";
repo = "python-executor";
rev = version;
sha256 = "1jfmagw126di0qd82bydwvryqcxc54pqja3rbx3ny3fv1ahi5s7k";
sha256 = "1mr0662c5l5zx0wjapcprp8p2xawfd0im3616df5sgv79fqzwfqs";
};

propagatedBuildInputs = [ coloredlogs property-manager fasteners ];
Expand Down

0 comments on commit e6e0d98

Please sign in to comment.