3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.ailment: 9.2.26 -> 9.2.27

This commit is contained in:
Fabian Affolter 2022-11-29 21:45:17 +01:00
parent 86fa72c8b7
commit 7e078bb6ef

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.26";
version = "9.2.27";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-/M0D252/YaJhmyJv51sOoAUCDbcxbIndF8mw9ATtYMQ=";
hash = "sha256-siODqRqji2u+EJag/wTXCZG4LATNxggpMtqMHZAfQ9o=";
};
nativeBuildInputs = [