Merge pull request #64881 from r-ryantm/auto-update/python3.7-django-taggit

python37Packages.django_taggit: 0.23.0 -> 1.1.0
This commit is contained in:
Mario Rodas 2019-07-17 01:59:32 -05:00 committed by GitHub
commit a697e27fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "django-taggit";
version = "0.23.0";
version = "1.1.0";
disabled = pythonOlder "2.7";
src = fetchPypi {
inherit pname version;
sha256 = "a21cbe7e0879f1364eef1c88a2eda89d593bf000ebf51c3f00423c6927075dce";
sha256 = "044fzcpmns90kaxdi49qczlam4xsi8rl73rpfwvxx1gkcqzidgq1";
};
propagatedBuildInputs = [ isort django ];