python3Packages.facedancer: 3.1.2 -> 3.1.3 (#526048)

This commit is contained in:
Nick Cao
2026-06-01 19:17:28 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "facedancer";
version = "3.1.2";
version = "3.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "facedancer";
tag = version;
hash = "sha256-CJU+ltQ+bWBK5AGS2WMR5RMx4UblknrCAMZyIAG/1bQ=";
hash = "sha256-kWXO3q4KpMZNgZvVEw3yhKQ7eLzaVQ/4y+GQcd7Hd8U=";
};
postPatch = ''