Unverified Commit 9ca440cd authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.django_5_1: 5.1.13 -> 5.1.14 (#458860)

parents fc4ddab5 de33b86b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@

buildPythonPackage rec {
  pname = "django";
  version = "5.1.13";
  version = "5.1.14";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
    owner = "django";
    repo = "django";
    rev = "refs/tags/${version}";
    hash = "sha256-y6wBMQ2BA6UUOJDWGhidCFwthtXZU2r0oGOUUSwKvQE=";
    hash = "sha256-zRyI1aSRTyOjRogRj2Kgtr1jMPUTvoGHKypK2vQumhw=";
  };

  patches = [