Skip to content

Commit 01e6f31

Browse files
committed
python310Packages.angr: 9.2.40 -> 9.2.41
1 parent 7e96ced commit 01e6f31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/angr/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
buildPythonPackage rec {
3333
pname = "angr";
34-
version = "9.2.40";
34+
version = "9.2.41";
3535
format = "pyproject";
3636

3737
disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
4040
owner = pname;
4141
repo = pname;
4242
rev = "v${version}";
43-
hash = "sha256-PA/88T7o+oEr/U33opGu1Tcvc0zT/WhChpJJV/AvCmw=";
43+
hash = "sha256-HikfqU2k7w/IO51vOKNzCLWd+MphG1hXkJal5usQZOA=";
4444
};
4545

4646
propagatedBuildInputs = [

0 commit comments

Comments
 (0)