python312Packages.django-axes: 7.0.0 -> 7.0.1

This commit is contained in:
R. Ryantm 2024-12-03 02:24:26 +00:00
parent 6369dcd132
commit 3da53a0ecf

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-axes";
version = "7.0.0";
version = "7.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-axes";
rev = version;
hash = "sha256-xcA5PN8gznY6BQwHXT42WcOLnIlUACRh33zOlsCpRHE=";
rev = "refs/tags/${version}";
hash = "sha256-Ci1+xC0MQKPxev4P70QnU+TSEAxiqYwIIOlqN1Lyido=";
};
build-system = [ setuptools-scm ];