Merge pull request #103057 from r-ryantm/auto-update/python3.7-rq

python37Packages.rq: 1.5.1 -> 1.5.2
This commit is contained in:
Mario Rodas 2020-11-07 01:46:15 -05:00 committed by GitHub
commit 3561ed6953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "rq";
version = "1.5.1";
version = "1.5.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rq";
repo = "rq";
rev = "v${version}";
sha256 = "0i7yyw828wdvl7ap4gb7jhm4p94502is3xxrgrdgwwp0l1rac004";
sha256 = "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va";
};
# test require a running redis rerver, which is something we can't do yet