python3Packages.binsync: 5.7.10 -> 5.7.11 (#453434)

This commit is contained in:
Fabian Affolter
2025-10-19 09:05:43 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "binsync";
version = "5.7.10";
version = "5.7.11";
pyproject = true;
src = fetchFromGitHub {
owner = "binsync";
repo = "binsync";
tag = "v${version}";
hash = "sha256-QDOfbo2yjfjLsLILMhl/ckKwXDusXfE8+YmFpW5djN0=";
hash = "sha256-Rn5ytC7j8HI64NQhvV4QjjBWDeYNkINJGUWDmZ7nQ3w=";
};
build-system = [ setuptools ];