From c9e4eba8f1db8b6602c71bb95ad7a3558690860b Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:13:04 +0800 Subject: yutto: 2.0.0-beta.40 -> 2.0.0-beta.43 --- pkgs/by-name/yu/yutto/package.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/yu/yutto/package.nix b/pkgs/by-name/yu/yutto/package.nix index eb5b983e8f96d..2ce2c6042f2c3 100644 --- a/pkgs/by-name/yu/yutto/package.nix +++ b/pkgs/by-name/yu/yutto/package.nix @@ -8,21 +8,22 @@ python3Packages.buildPythonApplication rec { pname = "yutto"; - version = "2.0.0-beta.40"; - format = "pyproject"; + version = "2.0.0-beta.43"; + pyproject = true; disabled = python3Packages.pythonOlder "3.9"; + pythonRelaxDeps = true; src = fetchFromGitHub { owner = "yutto-dev"; repo = "yutto"; - rev = "v${version}"; - hash = "sha256-gopCQ8tEhwtDFs/w+jafD3ZW/4MIrYxPcMh8SbOCwww="; + rev = "refs/tags/v${version}"; + hash = "sha256-ND3uE4vsFa7gPr1E2UfiebExsrj+ELN0+hqnxxOQu8Y="; }; - nativeBuildInputs = with python3Packages; [ poetry-core ]; + build-system = with python3Packages; [ hatchling ]; - propagatedBuildInputs = + dependencies = with python3Packages; [ httpx -- cgit 1.4.1