Merge pull request #66043 from r-ryantm/auto-update/python3.7-django-polymorphic

python37Packages.django_polymorphic: 2.0.3 -> 2.1.2
This commit is contained in:
Mario Rodas 2019-08-10 04:33:23 -05:00 committed by GitHub
commit c0b70db506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "django-polymorphic";
version = "2.0.3";
version = "2.1.2";
# PyPI tarball is missing some test files
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "08qk3rbk0xlphwalkigbhqpmfaqjk1sxmlfh8zy8s8dw7fw1myk4";
sha256 = "0zghrq7y7g2ls38cz6y98qj5xwnn992slhb95qyp6l66d420j179";
};
checkInputs = [ dj-database-url ];