python3Packages.binsync: 5.7.11 -> 5.8.0 (#458342)

This commit is contained in:
dotlambda
2025-12-06 20:10:49 +00:00
committed by GitHub
@@ -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 ];