friture: 0.51 -> 0.54 (#447274)

This commit is contained in:
Ryan Mulligan
2025-11-30 02:29:40 +00:00
committed by GitHub
+4 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "friture";
version = "0.51";
version = "0.54";
pyproject = true;
src = fetchFromGitHub {
owner = "tlecomte";
repo = "friture";
rev = "v${version}";
hash = "sha256-1Swkk7bhQTSo17Gj0i1VNiIt+fSXgDIeWfJ9LpoUEHg=";
hash = "sha256-KWj2AhPloomjYwd7besX5QIG8snZe1L2hATEfm/HaIE=";
};
postPatch = ''
@@ -34,6 +34,8 @@ python3Packages.buildPythonApplication rec {
buildInputs = with qt5; [ qtquickcontrols2 ];
propagatedBuildInputs = with python3Packages; [
platformdirs
pyinstaller
sounddevice
pyopengl
pyopengl-accelerate