Skip to content

Commit

Permalink
python310Packages.ailment: 9.2.19 -> 9.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Jonathan Ringer committed Sep 28, 2022
1 parent 0cef916 commit 5d4a329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ailment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "ailment";
version = "9.2.19";
version = "9.2.20";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-nm8vumylqNefSN+RE/3nUB+fzwznnkefDlXeQGQdfEw=";
hash = "sha256-dfogVQZ6RP1GyuoiTEC/VLancb+ZmdM1xPSngLbcmYs=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5d4a329

Please sign in to comment.