pynitrokey: 0.4.42 -> 0.4.43

This commit is contained in:
Dominic Shelton 2023-12-04 14:16:15 +11:00
parent 8d9ae2d1f8
commit 3768e103ef
No known key found for this signature in database
GPG Key ID: AAE070F067EC00A5

View File

@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.4.42";
version = "0.4.43";
mainProgram = "nitropy";
in
@ -40,7 +40,7 @@ buildPythonApplication {
src = fetchPypi {
inherit pname version;
hash = "sha256-KLUuMTGiPqm2C3+TWS7nBNZAq+rGxAL/mMaT94SkYWY=";
hash = "sha256-dYOdokqALDg4Xn7N6Yd0skM/tit+j5+xY73sm9k76hE=";
};
propagatedBuildInputs = [