python3Packages.facedancer: 3.1.0 -> 3.1.1

R. Ryantm e6c42a4a 250481b9

Changed files
+3 -3
pkgs
development
python-modules
facedancer
+3 -3
pkgs/development/python-modules/facedancer/default.nix
···
buildPythonPackage rec {
pname = "facedancer";
-
version = "3.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "greatscottgadgets";
repo = "facedancer";
tag = version;
-
hash = "sha256-u1fvrfjk79R16MUuYx8m63EkgHJiMmAksaduk4lVnTw=";
};
postPatch = ''
···
];
meta = {
-
changelog = "https://github.com/greatscottgadgets/facedancer/releases/tag/${version}";
description = "Implement your own USB device in Python, supported by a hardware peripheral such as Cynthion or GreatFET";
homepage = "https://github.com/greatscottgadgets/facedancer";
license = lib.licenses.bsd3;
···
buildPythonPackage rec {
pname = "facedancer";
+
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "greatscottgadgets";
repo = "facedancer";
tag = version;
+
hash = "sha256-Qe8DPUKwlukPftc7SOZIcY/do/14UdS61WH0g5dFeMI=";
};
postPatch = ''
···
];
meta = {
+
changelog = "https://github.com/greatscottgadgets/facedancer/releases/tag/${src.tag}";
description = "Implement your own USB device in Python, supported by a hardware peripheral such as Cynthion or GreatFET";
homepage = "https://github.com/greatscottgadgets/facedancer";
license = lib.licenses.bsd3;