Skip to content

Commit

Permalink
python313Packages.django_5: 5.1.4 -> 5.1.5 (#373794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 15, 2025
2 parents b493c8e + 7453d67 commit e2abc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

buildPythonPackage rec {
pname = "django";
version = "5.1.4";
version = "5.1.5";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -52,7 +52,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-rE/aErydql5UjS/IiLpDtA3YOsAa+0uRyo40RsjCGLc=";
hash = "sha256-sompUtVGoormybLxtpT6m1dsyCb29AE8tDptNyHYCgU=";
};

patches =
Expand Down

0 comments on commit e2abc3d

Please sign in to comment.