10 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-0X4gUIFqkE4GLW5Eqbolpk7KZdsvjkRxD20YmLPG11A=";
28 propagatedBuildInputs = [ redis ];
34 changelog = "https://github.com/coleifer/huey/blob/${src.rev}/CHANGELOG.md";
35 description = "Little task queue for python";
36 homepage = "https://github.com/coleifer/huey";
37 license = licenses.mit;