We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc12d1 commit 38de172Copy full SHA for 38de172
pkgs/development/python-modules/django-modeltranslation/default.nix
@@ -13,7 +13,7 @@
13
let
14
# 0.18.12 was yanked from PyPI, it refers to this issue:
15
# https://github.com/deschler/django-modeltranslation/issues/701
16
- version = "0.19.9";
+ version = "0.19.10";
17
in
18
buildPythonPackage {
19
pname = "django-modeltranslation";
@@ -23,7 +23,7 @@ buildPythonPackage {
23
owner = "deschler";
24
repo = "django-modeltranslation";
25
rev = "refs/tags/v${version}";
26
- hash = "sha256-2GTz+niXfEsi++KyL6+HtwdzO1YFhpKQsDK3F8GAl4A=";
+ hash = "sha256-E3CaQx5SGOnxqjLFY0opcKZF4DMl2HKSUD0gOnA25RA=";
27
};
28
29
disabled = pythonOlder "3.6";
0 commit comments