python3.pkgs.rq: bump so it supports newer Python(?)
This commit is contained in:
parent
c4c61471a2
commit
059404cabc
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rq";
|
owner = "rq";
|
||||||
repo = "rq";
|
repo = "rq";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "fd261d5d8fc0fe604fa396ee6b9c9b7a7bb4142f";
|
||||||
hash = "sha256-1E7jPTSQCjuKZVFL4uZqL1WZHnxWSLTNcnpyvfHz7oY=";
|
hash = "sha256-0pRknrF7dtW7210iS8HDWDRRsSJXzgFZYlPy0eK/Rs4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|
Loading…
Reference in a new issue