Unverified Commit f9d16a62 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.django_5: 5.2.12 -> 5.2.13

https://docs.djangoproject.com/en/5.2/releases/5.2.13/
https://www.djangoproject.com/weblog/2026/apr/07/security-releases/

Fixes: CVE-2026-3902, CVE-2026-4277, CVE-2026-4292, CVE-2026-33033,
       CVE-2026-33034
parent 0591c59c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@

buildPythonPackage rec {
  pname = "django";
  version = "5.2.12";
  version = "5.2.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "django";
    repo = "django";
    tag = version;
    hash = "sha256-vMP+/BLDOZL8NEP31Dp26XEK7bpusYluMevOg9iRT3s=";
    hash = "sha256-8tRDExsCtyEonz+e18PYnfhb8qmgZNeBWUjg+LbB39U=";
  };

  patches = [