Unverified Commit d7ef8334 authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

friture: 0.51 -> 0.54 (#447274)

parents f0f4f828 58949b9c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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