Unverified Commit 61853b1d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.flask-compress: 1.23 -> 1.24 (#506531)

parents 2cb5c1e8 ee2d68e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
}:

buildPythonPackage rec {
  version = "1.23";
  version = "1.24";
  pname = "flask-compress";
  pyproject = true;

@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "colour-science";
    repo = "flask-compress";
    tag = "v${version}";
    hash = "sha256-iKZfwSFvNrG/ApbqBuDgoUHz296nr+ZMrAX97pMgNTQ=";
    hash = "sha256-JbPBu8FWp/HnYbA2vTKiy2gopS5U0JNDV7ucTAYrLVY=";
  };

  build-system = [