python3Packages.rq: 1.5.2 -> 1.7.0
This commit is contained in:
parent
0b50a85af4
commit
37183d288c
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rq";
|
pname = "rq";
|
||||||
version = "1.5.2";
|
version = "1.7.0";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rq";
|
owner = "rq";
|
||||||
repo = "rq";
|
repo = "rq";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va";
|
sha256 = "1i7cbcrzqx52immwy8h5ps7x46sqfk9r2lgwjf01nv9mkc3ab8cj";
|
||||||
};
|
};
|
||||||
|
|
||||||
# test require a running redis rerver, which is something we can't do yet
|
# test require a running redis rerver, which is something we can't do yet
|
||||||
|
|
Loading…
Reference in a new issue