python311Packages.ailment: 9.2.79 -> 9.2.81

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.79...v9.2.81
This commit is contained in:
Fabian Affolter
2023-12-23 08:19:02 +01:00
parent 289a5d4b8e
commit feba63e79a
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.79";
version = "9.2.81";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-aMp28g7a44u4VC0g3v9oVhYcBkSZkMJ/83eFTNNBbc0=";
hash = "sha256-ovV6BlhED9Du/jKQzgBFSp+XPYVAkNONU5iOEd52e2s=";
};
nativeBuildInputs = [