From b6446633d7d83cead2390b31fcdba44546aabdf8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 13 Feb 2024 13:09:11 +0000 Subject: [PATCH 1/2] ledfx: 2.0.92 -> 2.0.93 --- pkgs/applications/audio/ledfx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix index 3c6d807714bf..04380e22fdbf 100644 --- a/pkgs/applications/audio/ledfx/default.nix +++ b/pkgs/applications/audio/ledfx/default.nix @@ -5,12 +5,12 @@ python3.pkgs.buildPythonPackage rec { pname = "ledfx"; - version = "2.0.92"; + version = "2.0.93"; pyproject= true; src = fetchPypi { inherit pname version; - hash = "sha256-tt2D8pjU/SClweAn9vHYl+H1POdB1u2SQfrnZZvBQ7I="; + hash = "sha256-A34GY7uhkHcrofjeFzK3l/Uzr+aoQQ5JERK+HUhoosM="; }; pythonRelaxDeps = true; From 46812072e8d7b4416f94d8f546a9dbc7a8856d99 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 14 Feb 2024 13:09:02 +0100 Subject: [PATCH 2/2] ledfx: fix formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Schütz --- pkgs/applications/audio/ledfx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix index 04380e22fdbf..e4c9272ba2f8 100644 --- a/pkgs/applications/audio/ledfx/default.nix +++ b/pkgs/applications/audio/ledfx/default.nix @@ -6,7 +6,7 @@ python3.pkgs.buildPythonPackage rec { pname = "ledfx"; version = "2.0.93"; - pyproject= true; + pyproject = true; src = fetchPypi { inherit pname version;