File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkgs/development/python-modules/rq Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 33 stdenv ,
44 fetchFromGitHub ,
55 buildPythonPackage ,
6- fetchpatch ,
76
87 # build-system
98 hatchling ,
2221
2322buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments