python312Packages.django-modeltranslation: 0.19.11 -> 0.19.12 (#370501)

https://github.com/deschler/django-modeltranslation/blob/v0.19.12/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-01-18 22:42:46 +01:00
committed by GitHub
parent 9a2f54527d
commit b7ee780c4c
@@ -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.11";
version = "0.19.12";
in
buildPythonPackage {
pname = "django-modeltranslation";
@@ -23,7 +23,7 @@ buildPythonPackage {
owner = "deschler";
repo = "django-modeltranslation";
tag = "v${version}";
hash = "sha256-J/D0rHhxJMpOSGu9LQ6tPKnjBZhqTX6I5YcSkx5+qXk=";
hash = "sha256-j5IKAjGes1EUNX9XE1RAPkGJGviABa4VFl789Mj2dyc=";
};
disabled = pythonOlder "3.6";