Skip to content

Commit

Permalink
python310Packages.angr: 9.2.19 -> 9.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Jonathan Ringer committed Sep 28, 2022
1 parent 4a3f623 commit fcd37ca
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -46,7 +46,7 @@ in

buildPythonPackage rec {
pname = "angr";
version = "9.2.19";
version = "9.2.20";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-3hgEWmP8uwSGE5gh5HAs7xMJnnzY1hlwE8UqW/dzk7c=";
hash = "sha256-MQT9iebGVGM89QybQ/GcjfPHrp0ZeNsjYrXV9ITNSsM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit fcd37ca

Please sign in to comment.