python310Packages.ailment: 9.2.45 -> 9.2.46

This commit is contained in:
Fabian Affolter 2023-04-11 21:10:44 +02:00
parent b0f06399bd
commit da26a3b6cb

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.45";
version = "9.2.46";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-bdsLpV9S7S9ZL6wKlkqQy++jrxVhQUw9wBtfzqrLkwo=";
hash = "sha256-7BvdrfdHg49L3A1196FKP6NGlfP/bnzrQHThPXOd30c=";
};
nativeBuildInputs = [