python311Packages.ailment: 9.2.81 -> 9.2.82

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.81...v9.2.82
This commit is contained in:
Fabian Affolter 2023-12-28 16:17:57 +01:00
parent e1976625bd
commit fe84bedc3e

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.81";
version = "9.2.82";
pyproject = true;
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ovV6BlhED9Du/jKQzgBFSp+XPYVAkNONU5iOEd52e2s=";
hash = "sha256-jDejI5e2ASoQUMPS9Ajis14RF66HnbkoOK6+Xs8ydis=";
};
nativeBuildInputs = [