python312Packages.cle: 9.2.141 -> 9.2.144

This commit is contained in:
Peder Bergebakken Sundt
2025-03-12 00:18:18 +01:00
parent 604b4d100c
commit 6bce0392db
@@ -12,11 +12,12 @@
pyvex,
setuptools,
sortedcontainers,
nix-update-script,
}:
let
# The binaries are following the argr projects release cycle
version = "9.2.141";
version = "9.2.144";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
@@ -37,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-1l3wiyRhUuaw2eO+34lBcS2POlJoBVBuiOY6VoglD+A=";
hash = "sha256-q+4uf+yXlUebL5yqk3/KnhKR145NMCa79edknHYebWc=";
};
build-system = [ setuptools ];
@@ -76,6 +77,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "cle" ];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Python loader for many binary formats";
homepage = "https://github.com/angr/cle";