python3Packages.facedancer: 3.1.1 -> 3.1.2

This commit is contained in:
Karolis Stasaitis
2026-02-10 23:32:33 +01:00
parent 566326de0f
commit 5a84abebfb
@@ -6,19 +6,20 @@
pyserial,
prompt-toolkit,
libusb1,
hid-parser,
setuptools,
}:
buildPythonPackage rec {
pname = "facedancer";
version = "3.1.1";
version = "3.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "facedancer";
tag = version;
hash = "sha256-Qe8DPUKwlukPftc7SOZIcY/do/14UdS61WH0g5dFeMI=";
hash = "sha256-CJU+ltQ+bWBK5AGS2WMR5RMx4UblknrCAMZyIAG/1bQ=";
};
postPatch = ''
@@ -36,6 +37,7 @@ buildPythonPackage rec {
pyserial
prompt-toolkit
libusb1
hid-parser
];
pythonImportsCheck = [