python312Packages.libbs: 2.11.3 -> 2.13.0

This commit is contained in:
R. Ryantm
2025-04-16 02:38:42 +00:00
parent bda426255c
commit 8bda57f385
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "libbs";
version = "2.11.3";
version = "2.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "binsync";
repo = "libbs";
tag = "v${version}";
hash = "sha256-Ztn4AYnDlHpUYsr8jMvzmQ4zlRpDVsL+J6F1ipLbwwI=";
hash = "sha256-QNiI8qNqh3DlYoGcfExu5PXK1FHXRmcyefMsAfpOMy0=";
};
build-system = [ setuptools ];