Merge pull request #209916 from r-ryantm/auto-update/python310Packages.tpm2-pytss

python310Packages.tpm2-pytss: 2.0.0 -> 2.1.0
This commit is contained in:
Fabian Affolter 2023-01-09 21:41:29 +01:00 committed by GitHub
commit 15c6425aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [