python3Packages.facedancer: 3.1.1 -> 3.1.2

https://github.com/greatscottgadgets/facedancer/releases/tag/3.1.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:44 +01:00
parent e41f5de497
commit 6a45129250
@@ -11,14 +11,14 @@
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 = ''