about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-14 15:17:25 +0100
committerGitHub <noreply@github.com>2024-02-14 15:17:25 +0100
commitbb5188efa6d21904ebb957735ce86da72a6dd617 (patch)
tree1850289e54d0dcbb3d0ab13d3bdb1197ec2bf70e /pkgs/applications/audio
parent96818728859d7740cfb4092581d55523652bf8cc (diff)
parent46812072e8d7b4416f94d8f546a9dbc7a8856d99 (diff)
Merge pull request #288543 from r-ryantm/auto-update/ledfx
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ledfx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix
index 3c6d807714bf0..e4c9272ba2f8c 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";
-  pyproject= true;
+  version = "2.0.93";
+  pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-tt2D8pjU/SClweAn9vHYl+H1POdB1u2SQfrnZZvBQ7I=";
+    hash = "sha256-A34GY7uhkHcrofjeFzK3l/Uzr+aoQQ5JERK+HUhoosM=";
   };
 
   pythonRelaxDeps = true;