Merge pull request #82702 from r-ryantm/auto-update/python2.7-rq

python27Packages.rq: 1.2.2 -> 1.3.0
This commit is contained in:
Mario Rodas 2020-03-16 22:25:26 -05:00 committed by GitHub
commit 0562d5c502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "rq";
version = "1.2.2";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "0dk664lzjhj0rk4ffpv29mbcr7vh41ph1sx7ngszk3744gh1nshp";
sha256 = "0xr38j35iqmhx0f2l8ix34vjs9flpqv2y17k33crh7rhm6gi9ja9";
};
# test require a running redis rerver, which is something we can't do yet