yubikey-manager: 5.2.0 -> 5.2.1

This commit is contained in:
Alexis Hildebrandt 2023-10-11 07:12:44 +02:00
parent 0ccfba07f2
commit 74e50e8d60

View file

@ -8,14 +8,14 @@
python3Packages.buildPythonPackage rec {
pname = "yubikey-manager";
version = "5.2.0";
version = "5.2.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubikey-manager";
rev = version;
hash = "sha256-33Y2adUuGIDi5gdenkwZJKKKk2NtcHwLzxy1NXhBa9M=";
hash = "sha256-CUe/oB/+Hq9evnLwl8r0k5ObhI3vDt7oX79+20yMfjY=";
};
postPatch = ''