We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 683ac49 + dbc821a commit ebd5867Copy full SHA for ebd5867
pkgs/development/python-modules/dramatiq/default.nix
@@ -18,16 +18,16 @@
18
19
buildPythonPackage rec {
20
pname = "dramatiq";
21
- version = "1.17.1";
+ version = "1.18.0";
22
pyproject = true;
23
24
- disabled = pythonOlder "3.8";
+ disabled = pythonOlder "3.9";
25
26
src = fetchFromGitHub {
27
owner = "Bogdanp";
28
repo = "dramatiq";
29
tag = "v${version}";
30
- hash = "sha256-NeUGhG+H6r+JGd2qnJxRUbQ61G7n+3tsuDugTin3iJ4=";
+ hash = "sha256-noq2tWi7IUdYmRB9N3MN9oWrnNaYBgXFumOpcGw8Jn0=";
31
};
32
33
build-system = [ setuptools ];
0 commit comments