Loading pkgs/by-name/sm/smassh/package.nix +13 −13 Original line number Diff line number Diff line { lib , fetchFromGitHub , smassh , python3 , testers { lib, fetchFromGitHub, smassh, python311, testers, }: let python3 = python311; in python3.pkgs.buildPythonApplication rec { pname = "smassh"; version = "3.1.3"; version = "3.1.4"; pyproject = true; src = fetchFromGitHub { owner = "kraanzu"; repo = "smassh"; rev = "v${version}"; hash = "sha256-QE7TFf/5hdd2W2EsVbn3gV/FundhJNxHqv0JWV5dYDc="; hash = "sha256-MeLub6zeviY7yyPP2FI9b37nUwHZbxW6onuFXSkmvqk"; }; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; pythonRelaxDeps = [ "textual" ]; pythonRelaxDeps = [ "textual" ]; propagatedBuildInputs = with python3.pkgs; [ textual Loading Loading
pkgs/by-name/sm/smassh/package.nix +13 −13 Original line number Diff line number Diff line { lib , fetchFromGitHub , smassh , python3 , testers { lib, fetchFromGitHub, smassh, python311, testers, }: let python3 = python311; in python3.pkgs.buildPythonApplication rec { pname = "smassh"; version = "3.1.3"; version = "3.1.4"; pyproject = true; src = fetchFromGitHub { owner = "kraanzu"; repo = "smassh"; rev = "v${version}"; hash = "sha256-QE7TFf/5hdd2W2EsVbn3gV/FundhJNxHqv0JWV5dYDc="; hash = "sha256-MeLub6zeviY7yyPP2FI9b37nUwHZbxW6onuFXSkmvqk"; }; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; pythonRelaxDeps = [ "textual" ]; pythonRelaxDeps = [ "textual" ]; propagatedBuildInputs = with python3.pkgs; [ textual Loading