Unverified Commit 5fbb4da8 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #241270: python310Packages.django_3: 3.2.19 -> 3.2.20

...into staging-next, i.e. this will come to nixpkgs master earlier
than the first merge of the PR in commit d58e2d51.
parents f855ba27 16f4d582
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "django";
  version = "3.2.19";
  version = "3.2.20";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "Django";
    inherit version;
    hash = "sha256-AxNluuloFNoZwQcGIYxE3/O2VMxN4gqYvS0pub3kafA=";
    hash = "sha256-3sKhFnh7jhSWIBS/eOEgu6RUE1EI4a+em5Gt57KWTEA=";
  };

  patches = [