We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e96ced commit 01e6f31Copy full SHA for 01e6f31
1 file changed
pkgs/development/python-modules/angr/default.nix
@@ -31,7 +31,7 @@
31
32
buildPythonPackage rec {
33
pname = "angr";
34
- version = "9.2.40";
+ version = "9.2.41";
35
format = "pyproject";
36
37
disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
40
owner = pname;
41
repo = pname;
42
rev = "v${version}";
43
- hash = "sha256-PA/88T7o+oEr/U33opGu1Tcvc0zT/WhChpJJV/AvCmw=";
+ hash = "sha256-HikfqU2k7w/IO51vOKNzCLWd+MphG1hXkJal5usQZOA=";
44
};
45
46
propagatedBuildInputs = [
0 commit comments