python37Packages.django_extensions: 2.1.9 -> 2.2.3

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-extensions/versions
This commit is contained in:
R. RyanTM 2019-10-23 05:30:32 -07:00 committed by Jon
parent 028f7e0e74
commit ec6a444eea

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "django-extensions";
version = "2.1.9";
version = "2.2.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "08vggm6wrn5cbf8brfprif0rjrkqz06wddsw0ir1skkk8q2sp1b2";
sha256 = "19bln9z25dmz1waqcxivlwg20dlm033c7f4z3h3mkhzkbk928y71";
};
postPatch = ''