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

python313Packages.django_5: 5.1.5 -> 5.1.6 (#379941)

parents 24324d46 c2be67e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  # tests
  pytestCheckHook,
  pytest-django,
  pytz,
}:

buildPythonPackage rec {
@@ -37,6 +38,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    pytestCheckHook
    pytest-django
    pytz
  ];

  env.DJANGO_SETTINGS_MODULE = "tests.settings";
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

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

  disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
    owner = "django";
    repo = "django";
    rev = "refs/tags/${version}";
    hash = "sha256-sompUtVGoormybLxtpT6m1dsyCb29AE8tDptNyHYCgU=";
    hash = "sha256-eqyRiMNMmhg08Pga+AGnhGXfUoTMOuIHEPOEEGboIPE=";
  };

  patches =