Skip to content

Commit

Permalink
python312Packages.django-axes: 7.0.1 -> 7.0.2 (#384576)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Feb 23, 2025
2 parents 1040721 + a5de7c9 commit 574972d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django-axes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "django-axes";
version = "7.0.1";
version = "7.0.2";
pyproject = true;

src = fetchFromGitHub {
owner = "jazzband";
repo = "django-axes";
tag = version;
hash = "sha256-Ci1+xC0MQKPxev4P70QnU+TSEAxiqYwIIOlqN1Lyido=";
hash = "sha256-yPHS9CgtAQeokq7ClI1fUcgR5YCjmcHjQHNcfQdTZtc=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit 574972d

Please sign in to comment.