Skip to content

Commit 7dc90ab

Browse files
committed
python3Packages.rq: 2.3.2 -> 2.3.3
1 parent 2c25b7b commit 7dc90ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "rq";
25-
version = "2.3.2";
25+
version = "2.3.3";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "rq";
3030
repo = "rq";
3131
tag = "v${version}";
32-
hash = "sha256-odO4DSuLNyGndj+n++DupAyOUywYJtnmkO0lUM1xS2I=";
32+
hash = "sha256-NUs544J/pC2QNyR2aIlac2P06so7JmB2P6FB/gmR7wI=";
3333
};
3434

3535
build-system = [ hatchling ];

0 commit comments

Comments
 (0)