python313Packages.libbs: 2.8.0 -> 2.11.1
Diff: https://github.com/binsync/libbs/compare/refs/tags/v2.8.0...v2.11.1 Changelog: https://github.com/binsync/libbs/releases/tag/v2.11.1
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
filelock,
|
||||
ghidra-bridge,
|
||||
jfx-bridge,
|
||||
networkx,
|
||||
platformdirs,
|
||||
prompt-toolkit,
|
||||
psutil,
|
||||
@@ -19,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libbs";
|
||||
version = "2.8.0";
|
||||
version = "2.11.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "binsync";
|
||||
repo = "libbs";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-YCLl5e/ecZQ6MZwQ9FRDtBHLwG5DltYSaH5q4Xy5D0M=";
|
||||
hash = "sha256-hYRRmnxA6K7O6suaP1eGRnY89gok3JNNsL70XRGWYBU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -35,6 +36,7 @@ buildPythonPackage rec {
|
||||
filelock
|
||||
ghidra-bridge
|
||||
jfx-bridge
|
||||
networkx
|
||||
platformdirs
|
||||
prompt-toolkit
|
||||
psutil
|
||||
|
||||
Reference in New Issue
Block a user