executor: 23.1 -> 23.2

This commit is contained in:
R. RyanTM 2020-11-21 12:00:11 +00:00 committed by Jonathan Ringer
parent 1f1ac382b2
commit e6e0d98877

View file

@ -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 ];