Skip to content

Commit 38de172

Browse files
committed
python312Packages.django-modeltranslation: 0.19.9 -> 0.19.10
1 parent abc12d1 commit 38de172

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/django-modeltranslation

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/django-modeltranslation/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
let
1414
# 0.18.12 was yanked from PyPI, it refers to this issue:
1515
# https://github.com/deschler/django-modeltranslation/issues/701
16-
version = "0.19.9";
16+
version = "0.19.10";
1717
in
1818
buildPythonPackage {
1919
pname = "django-modeltranslation";
@@ -23,7 +23,7 @@ buildPythonPackage {
2323
owner = "deschler";
2424
repo = "django-modeltranslation";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-2GTz+niXfEsi++KyL6+HtwdzO1YFhpKQsDK3F8GAl4A=";
26+
hash = "sha256-E3CaQx5SGOnxqjLFY0opcKZF4DMl2HKSUD0gOnA25RA=";
2727
};
2828

2929
disabled = pythonOlder "3.6";

0 commit comments

Comments
 (0)