python312Packages.django-modeltranslation: 0.19.7 -> 0.19.8

This commit is contained in:
R. Ryantm
2024-09-05 02:59:32 +00:00
parent cc75a581a2
commit acd8757d35
@@ -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.7";
version = "0.19.8";
in
buildPythonPackage {
pname = "django-modeltranslation";
@@ -23,7 +23,7 @@ buildPythonPackage {
owner = "deschler";
repo = "django-modeltranslation";
rev = "refs/tags/v${version}";
hash = "sha256-jZm51HmK4pgEPeDirMkbLdLJQONspjuqSc2HgiSCtOY=";
hash = "sha256-23htGjPtupmg/oSO/5SuxOfbDmRQKrqx2/lvfqYp7dA=";
};
disabled = pythonOlder "3.6";