python310Packages.ailment: 9.2.14 -> 9.2.15

This commit is contained in:
Fabian Affolter 2022-08-26 14:05:56 +02:00
parent 0278afdf5d
commit efbd46c0f1

View file

@ -7,16 +7,16 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.14";
version = "9.2.15";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-Axjyqn1TtZbYdgaC6hOhIQM3FBs0a1oHNK8wLuWQLHM=";
hash = "sha256-CXJ9UVTrJzXumDJ6wghDbxVfZo9ZC67qBpz8B5D0DLo=";
};
propagatedBuildInputs = [