python37Packages.django_taggit: 0.23.0 -> 1.1.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-taggit/versions
This commit is contained in:
R. RyanTM 2019-07-16 01:53:47 -07:00
parent 7803ff314c
commit 39bd9f76a5

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 ];