python310Packages.tpm2-pytss: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-01-09 18:02:18 +00:00
parent aa3dc8b8c3
commit df7c7ae7cf

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "tpm2-pytss";
version = "2.0.0";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iN5ePKMnYh1VzGbKtwdIx1tG74T+8ax/AqDGgermr90=";
hash = "sha256-W1tLFFb9wa7vPSw5cL6qB4yPfyZIyXppvPYMWi+VyJc=";
};
nativeBuildInputs = [