python312Packages.facedancer: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm
2024-12-12 00:01:14 +00:00
parent 21e39e915f
commit a4b29102e0
@@ -12,15 +12,15 @@
buildPythonPackage rec {
pname = "facedancer";
version = "3.0.5";
version = "3.0.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "facedancer";
rev = "refs/tags/${version}";
hash = "sha256-fI40HHtLrjvx/AClTgKzmaLJifD/KUme5BL2AKThnds=";
tag = version;
hash = "sha256-okpxZzVwVgpFuZIsmJ8+1UwwxYFAPFpCkVnIxJjddwE=";
};
postPatch = ''