nitrokey-app2: 2.3.1 -> 2.3.2 (#346711)

This commit is contained in:
h7x4 2024-10-07 17:05:49 +02:00 committed by GitHub
commit 79dcfec807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "nitrokey-app2";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
disabled = python3.pythonOlder "3.9";
@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "Nitrokey";
repo = "nitrokey-app2";
rev = "refs/tags/v${version}";
hash = "sha256-A/HGMFgYaxgJApR3LQfFuBD5B0A3GGBeoTT5brp/UAs=";
hash = "sha256-ekVf9ZuLqx7SuiD21iV5c60r7E8kk4jKoYM/T02ETrI=";
};
nativeBuildInputs = with python3.pkgs; [
@ -31,10 +31,10 @@ python3.pkgs.buildPythonApplication rec {
];
propagatedBuildInputs = with python3.pkgs; [
pynitrokey
pyudev
nitrokey
pyside6
qt-material
usb-monitor
];
pythonRelaxDeps = [ "pynitrokey" ];