Skip to content

Commit 43dfdd2

Browse files
authored
python312Packages.django-axes: 7.0.2 -> 7.1.0 (#402783)
2 parents 5f978f8 + 1897cbb commit 43dfdd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.0.2";
15+
version = "7.1.0";
1616
pyproject = true;
1717

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

2525
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)