python3Packages.libbs: 2.13.0 -> 2.15.4

https://github.com/binsync/libbs/releases/tag/v2.15.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:27 +02:00
parent 14f45dddd4
commit e9207255ab
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "libbs";
version = "2.13.0";
version = "2.15.4";
pyproject = true;
src = fetchFromGitHub {
owner = "binsync";
repo = "libbs";
tag = "v${version}";
hash = "sha256-QNiI8qNqh3DlYoGcfExu5PXK1FHXRmcyefMsAfpOMy0=";
hash = "sha256-i5y0aPCBcCzR2pYYtdxy9OEFFF47chINMRfhj9zAf7g=";
};
build-system = [ setuptools ];