instawow: 3.2.0 -> 3.3.0

This commit is contained in:
Antoine Pietri 2024-03-23 22:53:47 +01:00
parent 499583c002
commit eea28288d0
1 changed files with 3 additions and 2 deletions

View File

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "instawow";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "layday";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-eBpX+ojlrWwRXuMijnmb4lNlxIJ40Q9RUqS6txPBDiM=";
sha256 = "sha256-eBXUg5qLTmalWbTh5/iJ8yliTgv+HoTuGhGkd3y3CBA=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.
@ -25,6 +25,7 @@ python3.pkgs.buildPythonApplication rec {
attrs
cattrs
click
diskcache
iso8601
loguru
mako