python312Packages.django-axes: 7.0.0 -> 7.0.1 (#361301)

This commit is contained in:
Nick Cao 2024-12-03 08:52:07 -05:00 committed by GitHub
commit 584bee16c0
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.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 ];