Merge pull request #201945 from r-ryantm/auto-update/python310Packages.django-taggit

python310Packages.django-taggit: 3.0.0 -> 3.1.0
This commit is contained in:
Fabian Affolter 2022-11-20 01:59:41 +01:00 committed by GitHub
commit 690ffff026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,14 @@
buildPythonPackage rec {
pname = "django-taggit";
version = "3.0.0";
version = "3.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-5kW4491PhZidXvXFo9Xrvlut9dHlG1PkLQr3JiQLALk=";
hash = "sha256-yPLk6uOHk5CJs9ddHYZJ4AiICXDAaM6dDoL4f9XilQg=";
};
propagatedBuildInputs = [
@ -42,8 +43,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple tagging for django";
homepage = "https://github.com/jazzband/django-taggit";
changelog = "https://github.com/jazzband/django-taggit/blob/${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ desiderius ];
};
}