Skip to content

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/django

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/django/4.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
buildPythonPackage rec {
4646
pname = "django";
47-
version = "4.2.27";
47+
version = "4.2.28";
4848
pyproject = true;
4949

5050
disabled = pythonAtLeast "3.13";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
5353
owner = "django";
5454
repo = "django";
5555
tag = version;
56-
hash = "sha256-vdY85Ib2knRFLPmZZ6ojiD5R9diuvpVut1+nOVXSp0Y=";
56+
hash = "sha256-dxlTonT8zFIFGFrrOW4GFKOy5b0chcESxt9i9xHO8h4=";
5757
};
5858

5959
patches = [

0 commit comments

Comments
 (0)