python3Packages.binsync: 5.7.11 -> 5.8.0

This commit is contained in:
R. Ryantm
2025-11-04 04:23:22 +00:00
parent 59eeca222c
commit 135ddcb8ad
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "binsync";
version = "5.7.11";
version = "5.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "binsync";
repo = "binsync";
tag = "v${version}";
hash = "sha256-Rn5ytC7j8HI64NQhvV4QjjBWDeYNkINJGUWDmZ7nQ3w=";
hash = "sha256-AF5V1MBhWQQNtmwWZT1oT0CLj0impP4zqBTM5IHwzcI=";
};
build-system = [ setuptools ];