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

Merge pull request #223044 from e1mo/django-compression-middleware-0-5-0

python310Packages.django-compression-middleware: 0.4.2 → 0.5.0
parents 89ec2cbc 6f81910b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "django-compression-middleware";
  version = "0.4.2";
  version = "0.5.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-cdS80JVGz4h4MVCsZGfrQWhZlTR3Swm4Br4wFxOcKVs=";
    hash = "sha256-DfUPEtd0ZZq8i7yI5MeU8nhajxHzC1uyZ8MUuF2UG3M=";
  };

  propagatedBuildInputs = [