Skip to content

Commit

Permalink
python311Packages.angr: 9.2.124 -> 9.2.125 (#351288)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents fa6d56d + 998beeb commit ed029a0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ailment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "ailment";
version = "9.2.124";
version = "9.2.125";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-wGpLRaoW6rZIT+vEpbjtjSJhBZbNNrpxt/+q6zTuJ9A=";
hash = "sha256-ytwhCSlkp38Fff+bB/ep/FvY63vy/Gqxt+wMMziK0eY=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/angr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

buildPythonPackage rec {
pname = "angr";
version = "9.2.124";
version = "9.2.125";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
rev = "refs/tags/v${version}";
hash = "sha256-tjopUg0EZved31bYfrxchqOfQwzEo7dKxX/uUhngJzc=";
hash = "sha256-srQhZ5eDTelqN2JEoXKpFT2MOy+6v0HhwSRBOU+0qUk=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/archinfo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "archinfo";
version = "9.2.124";
version = "9.2.125";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-h0qZdFgDyowcr79YXkqww2dkUv+wRFCxY7gS4Nu2b6s=";
hash = "sha256-e1ndjrr62wpTkhPAYnfbObdx0YO8jMp09ymgszsivO4=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/claripy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "claripy";
version = "9.2.124";
version = "9.2.125";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-N14I2wJ0wGbBniplC9Q0oMcR7m5qTX3SDtXSjfLmNM8=";
hash = "sha256-UYB7QnrUtVGeWv0SiEOuOhb53AbcijghIh+DIWwLsE4=";
};

# z3 does not provide a dist-info, so python-runtime-deps-check will fail
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/cle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

let
# The binaries are following the argr projects release cycle
version = "9.2.124";
version = "9.2.125";

# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
owner = "angr";
repo = "binaries";
rev = "refs/tags/v${version}";
hash = "sha256-eUx71aCk0DHtD735YmHS8+awcoN6WYZi1fA8+pS8mXo=";
hash = "sha256-22srtaY8CWT+XqnSZpMndBEVe20rDL+2LpJr9MByyLU=";
};
in
buildPythonPackage rec {
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-qwItp8HHqvjzXJIGfEtGAM09eOhz0GEKPYwgbXJBdXw=";
hash = "sha256-Xe9tOt94kSKsP0Xc8K0OaeyiUKFUkujZt9AsamgKwBw=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyvex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pyvex";
version = "9.2.124";
version = "9.2.125";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchPypi {
inherit pname version;
hash = "sha256-8hjgwsJz1jj9POnHj5Im30Hjxi4wYmCwIv5wcu6SY8c=";
hash = "sha256-BgMOPR1Uat/IBCeY16A6kuSEPqs0vjP9Ili7cqqU5Qg=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit ed029a0

Please sign in to comment.