1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #333142 from r-ryantm/auto-update/python312Packages.django-modeltranslation

python312Packages.django-modeltranslation: 0.19.5 -> 0.19.6
This commit is contained in:
Nick Cao 2024-08-08 14:30:45 -04:00 committed by GitHub
commit 9da10fe13f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.5";
version = "0.19.6";
in
buildPythonPackage {
pname = "django-modeltranslation";
@ -22,7 +22,7 @@ buildPythonPackage {
owner = "deschler";
repo = "django-modeltranslation";
rev = "refs/tags/v${version}";
hash = "sha256-wIvX9m3AGa6rLAWI56B7sEyj04g8cPIF37JWgVzbtig=";
hash = "sha256-zFY8YsM1Qp6rdcb+Upfk0/6mTv0o1zwxGqKzTupZ1zI=";
};
# Remove all references to pytest-cov