python3Packages.django-modeltranslation: 0.19.17 -> 0.19.19

https://github.com/deschler/django-modeltranslation/blob/vv0.19.19/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:56 +01:00
parent 2be745d0cc
commit 780979cfa7
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "django-modeltranslation";
version = "0.19.17";
version = "0.19.19";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "deschler";
repo = "django-modeltranslation";
tag = "v${version}";
hash = "sha256-SaCuo/vnH7fDZnOZvrV3HbLtq6q2bTzhPvBCdrzukoA=";
hash = "sha256-q00SmHW4GyV6p/+l/UsSkgTUOPEHOWd9420wnzKVNVc=";
};
build-system = [