Skip to content

Commit

Permalink
python310Packages.angr: 9.2.18 -> 9.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 21, 2022
1 parent dd5bce0 commit 10e8e2b
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.18";
version = "9.2.19";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-wy+0VojvgRjIkiPxnJN+r3R4dkIqhHCP/jZqurf+1CY=";
hash = "sha256-3hgEWmP8uwSGE5gh5HAs7xMJnnzY1hlwE8UqW/dzk7c=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 10e8e2b

Please sign in to comment.