Skip to content

Commit 4b4e56e

Browse files
authored
python3Packages.django-axes: 7.1.0 -> 8.0.0 (#408547)
2 parents b77e476 + 68861dc commit 4b4e56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "django-axes";
15-
version = "7.1.0";
15+
version = "8.0.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "jazzband";
2020
repo = "django-axes";
2121
tag = version;
22-
hash = "sha256-qSXrPa49JDkcW0bmisYzZy40E3O5i6WfD0t9HXFhgqQ=";
22+
hash = "sha256-RV2/s372+yjSqYAqikH0VOJKt7fRAej32sgdOoKR/Do=";
2323
};
2424

2525
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)