Merge pull request #278862 from r-ryantm/auto-update/python310Packages.django-modeltranslation

python310Packages.django-modeltranslation: 0.18.11 -> 0.18.12
This commit is contained in:
maxine 2024-01-07 14:56:03 +01:00 committed by GitHub
commit 489e417371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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