Loading pkgs/by-name/yu/yutto/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -8,17 +8,16 @@ python3Packages.buildPythonApplication rec { pname = "yutto"; version = "2.0.0"; version = "2.0.1"; pyproject = true; disabled = python3Packages.pythonOlder "3.9"; pythonRelaxDeps = true; src = fetchFromGitHub { owner = "yutto-dev"; repo = "yutto"; tag = "v${version}"; hash = "sha256-qbT72SGtSz7/7j1xUzQh5bXxM0GKsJorZ6Y8jshP2WU="; hash = "sha256-ejNVQYG56dOIYLipdi/m9ELwaP0qPqYL5gg09uU/JZY="; }; build-system = with python3Packages; [ hatchling ]; Loading Loading
pkgs/by-name/yu/yutto/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -8,17 +8,16 @@ python3Packages.buildPythonApplication rec { pname = "yutto"; version = "2.0.0"; version = "2.0.1"; pyproject = true; disabled = python3Packages.pythonOlder "3.9"; pythonRelaxDeps = true; src = fetchFromGitHub { owner = "yutto-dev"; repo = "yutto"; tag = "v${version}"; hash = "sha256-qbT72SGtSz7/7j1xUzQh5bXxM0GKsJorZ6Y8jshP2WU="; hash = "sha256-ejNVQYG56dOIYLipdi/m9ELwaP0qPqYL5gg09uU/JZY="; }; build-system = with python3Packages; [ hatchling ]; Loading