diff options
author | Fabian Affolter | 2024-01-03 10:39:07 +0100 |
---|---|---|
committer | Fabian Affolter | 2024-01-03 10:39:07 +0100 |
commit | 07ffc2281b2c02ca5dae18fdecb7298847c0125f (patch) | |
tree | df931ef88d515bde1a4d3ae58d54aa944a25e672 /pkgs/development/python-modules | |
parent | 5bcd5a36ef6024f9edd3a929b7556f5031997d87 (diff) |
python311Packages.claripy: 9.2.82 -> 9.2.83
Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.82...v9.2.83
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r-- | pkgs/development/python-modules/claripy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/claripy/default.nix b/pkgs/development/python-modules/claripy/default.nix index 81a111c7f145..91dc925abc03 100644 --- a/pkgs/development/python-modules/claripy/default.nix +++ b/pkgs/development/python-modules/claripy/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "claripy"; - version = "9.2.82"; + version = "9.2.83"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "angr"; repo = "claripy"; rev = "refs/tags/v${version}"; - hash = "sha256-veJd3M2Jf6snXZsR4P0wQpC0rSbIFT92QgyFFI5Er4Y="; + hash = "sha256-hy1JYQ89m5gq6oQTl04yZC8Q0Ob1sdEZ0dMmPp1P9Kc="; }; nativeBuildInputs = [ |