about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 04:35:11 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-30 03:31:11 +0200
commit6c8832e2b88a966909ab5c674fc2ace6d9e0fdea (patch)
treee3101a7808199179e11ebb6864c34f0a362f2f43 /pkgs/tools/audio
parent88158a172b3555e8765bb0b1926c7e1dbb338386 (diff)
wyoming-piper: 1.2.0 -> 1.3.2
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/wyoming/piper.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/wyoming/piper.nix b/pkgs/tools/audio/wyoming/piper.nix
index c5ce6f99005b5..fbc52a88aa20c 100644
--- a/pkgs/tools/audio/wyoming/piper.nix
+++ b/pkgs/tools/audio/wyoming/piper.nix
@@ -5,13 +5,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "wyoming-piper";
-  version = "1.2.0";
+  version = "1.3.2";
   format = "setuptools";
 
   src = fetchPypi {
     pname = "wyoming_piper";
     inherit version;
-    hash = "sha256-cdCWpejHNCjyYtIxGms9yaEerRmFnGllUN7+3uQy4mQ=";
+    hash = "sha256-WyoHwIF3xC5nOa7iQ8/esfdwahbU6YJzK5G2Vi3mV4M=";
   };
 
   patches = [