Skip to content

Commit

Permalink
python310Packages.archinfo: 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 5a3df78 commit 0cef916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/archinfo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "archinfo";
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-zfDOIkXwt393tu9QPXz/ADyIK3mJCQ6oSgKcaMipHLg=";
hash = "sha256-JitAp536AM0EnE+LWlKceoYIk/gYxnbOUPtX7CK5SiM=";
};

checkInputs = [
Expand Down

0 comments on commit 0cef916

Please sign in to comment.