python310Packages.ailment: 9.2.18 -> 9.2.19

This commit is contained in:
Fabian Affolter 2022-09-21 14:52:10 +02:00
parent e5625ffe44
commit 4a697885ea

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.18";
version = "9.2.19";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-9l1TlJwwmc51z+Dwl8uDNlUSOhGaI1bIMoqokaT/IFE=";
hash = "sha256-nm8vumylqNefSN+RE/3nUB+fzwznnkefDlXeQGQdfEw=";
};
propagatedBuildInputs = [