Skip to content

Commit

Permalink
Merge pull request #248098 from fabaff/angr-bump
Browse files Browse the repository at this point in the history
python311Packages.angr: 9.2.62 -> 9.2.63
  • Loading branch information
fabaff authored Aug 9, 2023
2 parents 57ab6bf + 82e8c01 commit 9ae97d9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "ailment";
version = "9.2.62";
version = "9.2.63";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-a4YRbFOnBTGte52wYlAsh9o4+x+dugHGhU6kboSdU2c=";
hash = "sha256-Hg8KSReRHOmdoN8CZiX8i8Xdrn5/Gnqmx1QE6elV6qA=";
};

nativeBuildInputs = [
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 @@ -32,7 +32,7 @@

buildPythonPackage rec {
pname = "angr";
version = "9.2.62";
version = "9.2.63";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GyX0LBXABRRQj3bVW8whxp2T5CSPnfI/Vjlj5V4MqrE=";
hash = "sha256-vrcziVoH+P0cqnzalwZOyu7awidQ0Lv6vT6Uq9Pu4I0=";
};

propagatedBuildInputs = [
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 @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "archinfo";
version = "9.2.62";
version = "9.2.63";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7PNwJMsX3Z/j+zy9CgEvCRpbyJi9qI7ex6KJXwkywgU=";
hash = "sha256-10ocfA1JFHyZA8Uv5b209rOjY5OeBtKITnoiRaw/w7k=";
};

nativeBuildInputs = [
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 @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "claripy";
version = "9.2.62";
version = "9.2.63";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rjHz0NfxUzEQxDD4XiUlIr/RltXN7GKRojWs/nxs1ac=";
hash = "sha256-p5fJ5+YFQIs397eVFxtMMJj/FwfH97CY1HjFJqPVVc0=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

let
# The binaries are following the argr projects release cycle
version = "9.2.62";
version = "9.2.63";

# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
Expand All @@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-w1U9/Hvu64ULWQouE5gFRxtfUcNdKIIWACaYXtvlCtE=";
hash = "sha256-rCopCv7CPx04MYW1HkP0RP4NRZZlKtD4D8854FqIu10=";
};

nativeBuildInputs = [
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 @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "pyvex";
version = "9.2.62";
version = "9.2.63";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-eBmmXdtYeG6O8Wdt0Gye78/6dt+XZznXyEzlv9WFwcI=";
hash = "sha256-HuAyI+X9XDcIJQw6+O1TrFdSsA0TNZpW5MAm70ox24c=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9ae97d9

Please sign in to comment.