mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
python312Packages.django-modeltranslation: 0.19.3 -> 0.19.5
This commit is contained in:
parent
afbd9afe77
commit
e4bab49f8d
|
@ -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 a new issue