Skip to content

Commit ebd5867

Browse files
authored
python3Packages.dramatiq: 1.17.1 -> 1.18.0 (#416541)
2 parents 683ac49 + dbc821a commit ebd5867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/dramatiq/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
buildPythonPackage rec {
2020
pname = "dramatiq";
21-
version = "1.17.1";
21+
version = "1.18.0";
2222
pyproject = true;
2323

24-
disabled = pythonOlder "3.8";
24+
disabled = pythonOlder "3.9";
2525

2626
src = fetchFromGitHub {
2727
owner = "Bogdanp";
2828
repo = "dramatiq";
2929
tag = "v${version}";
30-
hash = "sha256-NeUGhG+H6r+JGd2qnJxRUbQ61G7n+3tsuDugTin3iJ4=";
30+
hash = "sha256-noq2tWi7IUdYmRB9N3MN9oWrnNaYBgXFumOpcGw8Jn0=";
3131
};
3232

3333
build-system = [ setuptools ];

0 commit comments

Comments
 (0)