mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
commit
a697e27fae
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue