Skip to content

Commit a227d05

Browse files
r-ryantmwegank
authored andcommitted
python3Packages.rq: 2.3.3 -> 2.4
1 parent bfbd5b1 commit a227d05

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
stdenv,
44
fetchFromGitHub,
55
buildPythonPackage,
6-
fetchpatch,
76

87
# build-system
98
hatchling,
@@ -22,23 +21,16 @@
2221

2322
buildPythonPackage rec {
2423
pname = "rq";
25-
version = "2.3.3";
24+
version = "2.4";
2625
pyproject = true;
2726

2827
src = fetchFromGitHub {
2928
owner = "rq";
3029
repo = "rq";
3130
tag = "v${version}";
32-
hash = "sha256-NUs544J/pC2QNyR2aIlac2P06so7JmB2P6FB/gmR7wI=";
31+
hash = "sha256-7aq9JeyM+IjlRPgh4gs1DmkF0hU5EasgTuUPPlf8960=";
3332
};
3433

35-
patches = [
36-
(fetchpatch {
37-
url = "https://github.com/rq/rq/commit/18c0f30c6aa0de2c55fba64105b1cb0495d728cf.patch";
38-
hash = "sha256-woWW8SkKXrMyDW+tY+ItxO/tuHHuuZhW+OJxwTTZucI=";
39-
})
40-
];
41-
4234
build-system = [ hatchling ];
4335

4436
dependencies = [

0 commit comments

Comments
 (0)