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

python310Packages.django-taggit: 4.0.0 -> 5.0.1
This commit is contained in:
Weijia Wang 2023-12-08 13:29:55 +01:00 committed by GitHub
commit 57e2aa45dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-taggit";
version = "4.0.0";
version = "5.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TVLenTckWpufmMDscf3M8dIoPjjohm1Ap65qO2eHoWE=";
hash = "sha256-7c19seDzXDBOCCovYx3awuFu9SlgKVJOt5KvdDDKtMw=";
};
propagatedBuildInputs = [