Commit 00bcf5cb authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

python3Packages.django_5: 5.1.3 -> 5.1.4

Fixes CVE-2024-53907 and CVE-2024-53908.

Changes:
https://docs.djangoproject.com/en/dev/releases/5.1.4/
parent f1a18363
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

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

  disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
    owner = "django";
    repo = "django";
    rev = "refs/tags/${version}";
    hash = "sha256-TqOVe+QkwNx/SpI/6X/AQaqLHk3LDSupoRl3RKL6kac=";
    hash = "sha256-rE/aErydql5UjS/IiLpDtA3YOsAa+0uRyo40RsjCGLc=";
  };

  patches =