python3Packages.binsync: 5.3.0 -> 5.5.1

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

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
binsync
+3 -3
pkgs/development/python-modules/binsync/default.nix
···
buildPythonPackage rec {
pname = "binsync";
-
version = "5.3.0";
+
version = "5.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "binsync";
repo = "binsync";
tag = "v${version}";
-
hash = "sha256-f0pPuNTrZ5+iuJgtxLXJF89C9hKXwplhBA/olyhfsQ4=";
+
hash = "sha256-C9yIb//h1pAJnlWT4+VgeVzeSjd0sfn8o4yfePNF/YM=";
};
build-system = [ setuptools ];
···
meta = {
description = "Reversing plugin for cross-decompiler collaboration, built on git";
homepage = "https://github.com/binsync/binsync";
-
changelog = "https://github.com/binsync/binsync/releases/tag/v${version}";
+
changelog = "https://github.com/binsync/binsync/releases/tag/${src.tag}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ scoder12 ];
};