1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

yutto: 2.0.0-beta.43 -> 2.0.0-rc.4

This commit is contained in:
linsui 2024-10-12 23:46:36 +08:00
parent 9728b04096
commit 266d4c22f7

View file

@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "yutto";
version = "2.0.0-beta.43";
version = "2.0.0-rc.4";
pyproject = true;
disabled = python3Packages.pythonOlder "3.9";
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
owner = "yutto-dev";
repo = "yutto";
rev = "refs/tags/v${version}";
hash = "sha256-ND3uE4vsFa7gPr1E2UfiebExsrj+ELN0+hqnxxOQu8Y=";
hash = "sha256-QP3sbZANsyYeZmLZSwQz6E1eysCVojRYHu/z9Szdb6U=";
};
build-system = with python3Packages; [ hatchling ];
@ -32,6 +32,7 @@ python3Packages.buildPythonApplication rec {
dict2xml
colorama
typing-extensions
pydantic
]
++ (with httpx.optional-dependencies; http2 ++ socks);