Loading pkgs/development/python-modules/binsync/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "binsync"; version = "5.5.1"; version = "5.7.10"; pyproject = true; src = fetchFromGitHub { owner = "binsync"; repo = "binsync"; tag = "v${version}"; hash = "sha256-C9yIb//h1pAJnlWT4+VgeVzeSjd0sfn8o4yfePNF/YM="; hash = "sha256-QDOfbo2yjfjLsLILMhl/ckKwXDusXfE8+YmFpW5djN0="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/binsync/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "binsync"; version = "5.5.1"; version = "5.7.10"; pyproject = true; src = fetchFromGitHub { owner = "binsync"; repo = "binsync"; tag = "v${version}"; hash = "sha256-C9yIb//h1pAJnlWT4+VgeVzeSjd0sfn8o4yfePNF/YM="; hash = "sha256-QDOfbo2yjfjLsLILMhl/ckKwXDusXfE8+YmFpW5djN0="; }; build-system = [ setuptools ]; Loading