python310Packages.ckcc-protocol: 1.3.2 -> 1.4.0

This commit is contained in:
R. Ryantm 2023-09-15 00:51:03 +00:00
parent 639e796423
commit b7bb3df559

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "ckcc-protocol";
version = "1.3.2";
version = "1.4.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-4y5pe0CFD3C1+N0kP/2j9Wser2zkn8Uf4203ci45Rq0=";
hash = "sha256-zZPU0+MwjqRYCqa+W0YTqCZv2WsMwa9R5xaN7ye77OU=";
};
propagatedBuildInputs = [ click ecdsa hidapi pyaes ];