python3Packages.binsync: 5.8.0 -> 5.11.0

https://github.com/binsync/binsync/releases/tag/v5.11.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:21 +01:00
parent 5ea0364ef2
commit da39414b1f
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "binsync";
version = "5.8.0";
version = "5.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "binsync";
repo = "binsync";
tag = "v${version}";
hash = "sha256-AF5V1MBhWQQNtmwWZT1oT0CLj0impP4zqBTM5IHwzcI=";
hash = "sha256-dRc/sF2eVCW1fX66PsF4xU1RbkSnn/sT/PFsRbvDpzY=";
};
build-system = [ setuptools ];