python37Packages.django_redis: 4.9.1 -> 4.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-redis/versions
This commit is contained in:
R. RyanTM 2019-01-02 06:55:02 -08:00 committed by worldofpeace
parent e65eb19da5
commit b69d3fae73

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.1"; version = "4.10.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "93fc0f73b0c1736546a979a4996826b2c430f56f7e4176df40ef53b9cb0e4f36"; sha256 = "1rxcwnv9ik0swkwvfqdi9i9baw6n8if5pj6q63fjh4p9chw3j2xg";
}; };
doCheck = false; doCheck = false;