python3Packages.binsync: 5.5.1 -> 5.7.10 (#449223)

This commit is contained in:
Fabian Affolter
2025-10-07 06:55:45 +00:00
committed by GitHub
@@ -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 ];