wyoming-piper: 1.2.0 -> 1.3.2

This commit is contained in:
Martin Weinelt
2023-09-30 03:31:11 +02:00
parent 88158a172b
commit 6c8832e2b8
+2 -2
View File
@@ -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 = [