Merge pull request #157806 from r-ryantm/auto-update/python3.9-yubikey-manager

yubikey-manager: 4.0.7 -> 4.0.8
This commit is contained in:
Jörg Thalheim 2022-02-02 13:40:26 +01:00 committed by GitHub
commit 554d2d8aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
python3Packages.buildPythonPackage rec {
pname = "yubikey-manager";
version = "4.0.7";
version = "4.0.8";
format = "pyproject";
src = fetchFromGitHub {
repo = "yubikey-manager";
rev = version;
owner = "Yubico";
sha256 = "sha256-PG/mIM1rcs1SAz2kfQtfUWoMBIwLz2ASZM0YQrz9w5I=";
sha256 = "sha256-OszXOu/NhoX4WutsT4Z1LsY54KTOWRKt13yDo2fzDbA=";
};
postPatch = ''