Unverified Commit b71d6806 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.django-debug-toolbar: 6.2.0 -> 6.3.0 (#508490)

parents 1051b750 7a022121
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "django-debug-toolbar";
  version = "6.2.0";
  version = "6.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jazzband";
    repo = "django-debug-toolbar";
    tag = version;
    hash = "sha256-0NF71cuA55puEjJxd6I0xoeDQPWW+oxfWseDBmhis5k=";
    hash = "sha256-myKtNT7xIqVdJTlVAbnohaAv/5Ioz5SlSmmuaXIQqZM=";
  };

  postPatch = ''