python310Packages.ailment: 9.2.36 -> 9.2.37

This commit is contained in:
Fabian Affolter
2023-02-08 10:52:44 +01:00
parent 26546353f5
commit 9fa09eab2e

View File

@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.36";
version = "9.2.37";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-PEX2SanglMqjtJHuH+gA5dnikh7qqLFiXbmrcIzs1+A=";
hash = "sha256-MFQiLOCqEAKzST7voMIQH0TYGuwICSVBcQZwUkk9S1Q=";
};
nativeBuildInputs = [