Skip to content

Commit

Permalink
python311Packages.angr: 9.2.117 -> 9.2.118 (NixOS#342753)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 18, 2024
2 parents 7b356be + 1eb15c7 commit f04eda7
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.117";
version = "9.2.118";
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-OYbLaMtelNxohrOfb4A9NC9Zado+0qvm3i2zgkgt6p4=";
hash = "sha256-wpH3hO5ge6WiUe3DxVMPylzTdTuqrmK4+ky1JkwGBY0=";
};

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.117";
version = "9.2.118";
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-woIid0DdaZqn7BZJrQ3UoOfGC1cP8r+t+++Sw8ZtX80=";
hash = "sha256-vysSt1YAXjmzhhP6ZYwaxI7K8x844YBSSg9Wp2xH1pI=";
};

pythonRelaxDeps = [ "capstone" ];
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.117";
version = "9.2.118";
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-eMhj+OQEfkD4AgwNEEVil7p/XoaREsM+72/bN72XnzE=";
hash = "sha256-ravf2/FyPxGw7eThzkVRTLD8zhjX5vUXzb+LVO+KVxU=";
};

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.117";
version = "9.2.118";
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-f9rb5UvkEB3SkxqFQI82m4RrY6jWnD7YTjIGLVSx4gk=";
hash = "sha256-1VIWdKQD6wtYd6LHQ7vW1Ol3W+ZGB+xHhSMZ9EiNev8=";
};

# 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.117";
version = "9.2.118";

# 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-yTCE0QjUoHIGW0xJvCsC01w75SxzTW2zQ/UUhSqY1mQ=";
hash = "sha256-3XucYC7FKJ0WQI6fsKxMTCIdROjZcnTKpTi3ZRfiQkU=";
};
in
buildPythonPackage rec {
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-WpMfHd5mHZp9hp8twYjiIbDCk61LWBF4lJpHZnnIfjk=";
hash = "sha256-izDaikc4WR/6fdgrc3TJze+DLe7NOtSNWue9HrTz18Q=";
};

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.117";
version = "9.2.118";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchPypi {
inherit pname version;
hash = "sha256-hW5uCploPx7+Q8RYZSm6bp/SkbPftkfMkhLvBjHJuBc=";
hash = "sha256-LRJSecKAQAg5Axfi8h//cc3xozOiPUkZD49VJIE6shE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit f04eda7

Please sign in to comment.