Merge pull request #307361 from seirl/instawow_4.0.0

instawow: 3.3.0 -> 4.1.1
This commit is contained in:
Peder Bergebakken Sundt
2024-05-01 00:44:41 +02:00
committed by GitHub
+4 -8
View File
@@ -2,39 +2,35 @@
python3.pkgs.buildPythonApplication rec {
pname = "instawow";
version = "3.3.0";
version = "4.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "layday";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-eBXUg5qLTmalWbTh5/iJ8yliTgv+HoTuGhGkd3y3CBA=";
sha256 = "sha256-RRBuFja5vejzjrtOvRBIjT7sq/Wg/39FA/o9O8c2B0o=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.
nativeBuildInputs = with python3.pkgs; [
poetry-core
poetry-dynamic-versioning
hatchling
hatch-vcs
];
propagatedBuildInputs = with python3.pkgs; [
aiohttp
aiohttp-client-cache
alembic
attrs
cattrs
click
diskcache
iso8601
loguru
mako
packaging
pluggy
prompt-toolkit
questionary
rapidfuzz
sqlalchemy
truststore
typing-extensions
yarl