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.
2 parents b77e476 + 68861dc commit 4b4e56eCopy full SHA for 4b4e56e
pkgs/development/python-modules/django-axes/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "django-axes";
15
- version = "7.1.0";
+ version = "8.0.0";
16
pyproject = true;
17
18
src = fetchFromGitHub {
19
owner = "jazzband";
20
repo = "django-axes";
21
tag = version;
22
- hash = "sha256-qSXrPa49JDkcW0bmisYzZy40E3O5i6WfD0t9HXFhgqQ=";
+ hash = "sha256-RV2/s372+yjSqYAqikH0VOJKt7fRAej32sgdOoKR/Do=";
23
};
24
25
build-system = [ setuptools-scm ];
0 commit comments