Merge pull request #271973 from frogamic/pynitrokey-0.4.43

pynitrokey: 0.4.42 -> 0.4.43
This commit is contained in:
Nick Cao 2023-12-04 09:11:14 -05:00 committed by GitHub
commit 47e099d4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [