Commit ef23d461 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.brotli-asgi: 1.4.0 -> 1.5.0

parent 106ab26a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
}:
let
  pname = "brotli-asgi";
  version = "1.4.0";
  version = "1.5.0";
in
buildPythonPackage {
  inherit pname version;
@@ -26,7 +26,7 @@ buildPythonPackage {
    owner = "fullonic";
    repo = "brotli-asgi";
    rev = "v${version}";
    hash = "sha256-hQ6CSXnAoUSaKUSmE+2GHZemkFqd8Dc5+OvcUD7/r5Y=";
    hash = "sha256-jOow5xrRvuBdg/dVEzAUgs1SxNLZqEItyW9OcvniTSY=";
  };

  propagatedBuildInputs = [