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 0344f99 commit 1897cbbCopy full SHA for 1897cbb
1 file changed
pkgs/development/python-modules/django-axes/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "django-axes";
15
- version = "7.0.2";
+ version = "7.1.0";
16
pyproject = true;
17
18
src = fetchFromGitHub {
19
owner = "jazzband";
20
repo = "django-axes";
21
tag = version;
22
- hash = "sha256-yPHS9CgtAQeokq7ClI1fUcgR5YCjmcHjQHNcfQdTZtc=";
+ hash = "sha256-qSXrPa49JDkcW0bmisYzZy40E3O5i6WfD0t9HXFhgqQ=";
23
};
24
25
build-system = [ setuptools-scm ];
0 commit comments