instawow: 3.2.0 -> 3.3.0
This commit is contained in:
parent
499583c002
commit
eea28288d0
1 changed files with 3 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "instawow";
|
pname = "instawow";
|
||||||
version = "3.2.0";
|
version = "3.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "layday";
|
owner = "layday";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-eBpX+ojlrWwRXuMijnmb4lNlxIJ40Q9RUqS6txPBDiM=";
|
sha256 = "sha256-eBXUg5qLTmalWbTh5/iJ8yliTgv+HoTuGhGkd3y3CBA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extras = [ ]; # Disable GUI, most dependencies are not packaged.
|
extras = [ ]; # Disable GUI, most dependencies are not packaged.
|
||||||
|
@ -25,6 +25,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
attrs
|
attrs
|
||||||
cattrs
|
cattrs
|
||||||
click
|
click
|
||||||
|
diskcache
|
||||||
iso8601
|
iso8601
|
||||||
loguru
|
loguru
|
||||||
mako
|
mako
|
||||||
|
|
Loading…
Reference in a new issue