pynitrokey: 0.4.45 -> 0.4.46

https://github.com/Nitrokey/pynitrokey/releases/tag/v0.4.46
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-04-06 19:21:31 +02:00
parent fb536c5605
commit 4c1c80ef1a
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.4.45";
version = "0.4.46";
mainProgram = "nitropy";
in
@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-iY4ThrmXP7pEjTYYU4lePVAbuJGTdHX3iKswXzuf7W8=";
hash = "sha256-y+D90Ja3YkB6WLQuyGOhV56g6ey7iITzNtOCxpRkzXE=";
};
propagatedBuildInputs = [
@ -101,7 +101,7 @@ buildPythonPackage {
homepage = "https://github.com/Nitrokey/pynitrokey";
changelog = "https://github.com/Nitrokey/pynitrokey/releases/tag/v${version}";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ frogamic ];
maintainers = with maintainers; [ frogamic raitobezarius ];
inherit mainProgram;
};
}