python310Packages.django-modeltranslation: 0.18.11 -> 0.18.12

This commit is contained in:
R. Ryantm 2024-01-05 06:59:06 +00:00
parent 434f6aea73
commit e76544e98c

View File

@ -10,7 +10,7 @@
let
# 0.18.12 was yanked from PyPI, it refers to this issue:
# https://github.com/deschler/django-modeltranslation/issues/701
version = "0.18.11";
version = "0.18.12";
in
buildPythonPackage {
pname = "django-modeltranslation";
@ -19,8 +19,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "deschler";
repo = "django-modeltranslation";
rev = "v${version}";
hash = "sha256-WEtTy449z7Fo9+UmiM+QAuUJ5eQ1RFe1HrIqFrY3L9k=";
rev = "refs/tags/v${version}";
hash = "sha256-6rAAu3Fd4D93rX8kvkcqhykzBu/lDByQ6zpjWq7J8mg=";
};
# Remove all references to pytest-cov