python: django-redis: 4.9.0 -> 4.9.1

This commit is contained in:
Frederik Rietdijk 2018-11-20 11:58:35 +01:00
parent 6aad727037
commit 9db071258f

View File

@ -2,11 +2,11 @@
mock, django, redis, msgpack }: mock, django, redis, msgpack }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-redis"; pname = "django-redis";
version = "4.9.0"; version = "4.9.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "15b47faef6aefaa3f47135a2aeb67372da300e4a4cf06809c66ab392686a2155"; sha256 = "93fc0f73b0c1736546a979a4996826b2c430f56f7e4176df40ef53b9cb0e4f36";
}; };
doCheck = false; doCheck = false;