mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] python3Packages.pynitrokey: 0.12.2 -> 0.12.3 (#533433)
This commit is contained in:
commit
8c977e93fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue