Unverified Commit 4fd90bb7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

instawow: 6.0.0 -> 7.0.0 (#456080)

parents b7e59876 428f96ea
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "instawow";
  version = "6.0.0";
  version = "7.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "layday";
    repo = "instawow";
    tag = "v${version}";
    hash = "sha256-NFs8+BUXJEn64TDojG/xkH1O+zZurv0PWY+YDhu2mQY=";
    hash = "sha256-dT1oiPX+id0g28I9I/WJS9G6hyeHHGx5mWvNKXX1Wus=";
  };

  extras = [ ]; # Disable GUI, most dependencies are not packaged.
@@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
      diskcache
      iso8601
      loguru
      multidict
      packaging
      pluggy
      prompt-toolkit