Skip to content

Commit 2127173

Browse files
authored
python3Packages.elevenlabs: 1.58.1 -> 1.59.0 (#408320)
2 parents 3993d70 + 3e9b3c1 commit 2127173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/elevenlabs/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}:
1313

1414
let
15-
version = "1.58.1";
15+
version = "1.59.0";
1616
tag = "v${version}";
1717
in
1818
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
2424
owner = "elevenlabs";
2525
repo = "elevenlabs-python";
2626
inherit tag;
27-
hash = "sha256-zg+vIJaTH7ev8YiPLVqM+8J352afPQVyeq+1UDwOUac=";
27+
hash = "sha256-d1QnBAMTOlOlApHYAKt0fG7zV+3enIVkg78ShyrL6kM=";
2828
};
2929

3030
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)