Unverified Commit 0266e36e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.django_5_1: 5.1.12 -> 5.1.13

parent 4aad3733
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.12";
  version = "5.1.13";
  pyproject = true;

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

  patches = [