[Backport release-26.05] python3Packages.pynitrokey: 0.12.2 -> 0.12.3 (#533433)

This commit is contained in:
Nick Cao 2026-06-23 19:16:38 +00:00 committed by GitHub
commit 8c977e93fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@
let
pname = "pynitrokey";
version = "0.12.2";
version = "0.12.3";
mainProgram = "nitropy";
in
@ -35,7 +35,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-fDLkYUVBdMFbHlnFSCUUlyJNP9OzRKOJM3ExFdzDEkU=";
hash = "sha256-gVHa95vQH9mCxeU+hX6tXDM2WUc0vw+8iTcPs1msjbQ=";
};
nativeBuildInputs = [ installShellFiles ];