9 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-t767eqZ6U12mG8nWEYC9Hoq/jW2yfrPkCxB3/xLKQww=";
27 propagatedBuildInputs = [ redis ];
33 changelog = "https://github.com/coleifer/huey/blob/${src.rev}/CHANGELOG.md";
34 description = "A little task queue for python";
35 homepage = "https://github.com/coleifer/huey";
36 license = licenses.mit;