python3Packages.django-axes: 7.1.0 -> 8.0.0 (#408547)

This commit is contained in:
Nikolay Korotkiy 2025-05-19 09:20:36 +04:00 committed by GitHub
commit 4b4e56e716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-axes";
version = "7.1.0";
version = "8.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-axes";
tag = version;
hash = "sha256-qSXrPa49JDkcW0bmisYzZy40E3O5i6WfD0t9HXFhgqQ=";
hash = "sha256-RV2/s372+yjSqYAqikH0VOJKt7fRAej32sgdOoKR/Do=";
};
build-system = [ setuptools-scm ];