Merge pull request #334731 from r-ryantm/auto-update/python312Packages.django-modeltranslation

python312Packages.django-modeltranslation: 0.19.6 -> 0.19.7
This commit is contained in:
Nick Cao 2024-08-15 09:39:28 -04:00 committed by GitHub
commit eba74ff1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
let
# 0.18.12 was yanked from PyPI, it refers to this issue:
# https://github.com/deschler/django-modeltranslation/issues/701
version = "0.19.6";
version = "0.19.7";
in
buildPythonPackage {
pname = "django-modeltranslation";
@ -23,7 +23,7 @@ buildPythonPackage {
owner = "deschler";
repo = "django-modeltranslation";
rev = "refs/tags/v${version}";
hash = "sha256-zFY8YsM1Qp6rdcb+Upfk0/6mTv0o1zwxGqKzTupZ1zI=";
hash = "sha256-jZm51HmK4pgEPeDirMkbLdLJQONspjuqSc2HgiSCtOY=";
};
disabled = pythonOlder "3.6";