python39Packages.tpm2-pytss: 1.2.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-12-19 09:11:53 +00:00
parent a3491c3389
commit 9cf8875ab0

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "tpm2-pytss";
version = "1.2.0";
version = "2.0.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OgWWTjcj3Qd4dSaCwY+fuRQpLSFn4+9o11kPR9n8a54=";
sha256 = "sha256-iN5ePKMnYh1VzGbKtwdIx1tG74T+8ax/AqDGgermr90=";
};
nativeBuildInputs = [