mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #327963 from r-ryantm/auto-update/python312Packages.django-modeltranslation
python312Packages.django-modeltranslation: 0.19.3 -> 0.19.5
This commit is contained in:
commit
c8bc890a39
@ -12,7 +12,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.3";
|
||||
version = "0.19.5";
|
||||
in
|
||||
buildPythonPackage {
|
||||
pname = "django-modeltranslation";
|
||||
@ -22,7 +22,7 @@ buildPythonPackage {
|
||||
owner = "deschler";
|
||||
repo = "django-modeltranslation";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-tCj3+9iQ5DBf0fxAHgHkgcARFDfZTV/o6wvQ7ASUJWQ=";
|
||||
hash = "sha256-wIvX9m3AGa6rLAWI56B7sEyj04g8cPIF37JWgVzbtig=";
|
||||
};
|
||||
|
||||
# Remove all references to pytest-cov
|
||||
|
Loading…
Reference in New Issue
Block a user