python3Packages.facedancer: 3.1.1 -> 3.1.2
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user