Skip to content

Commit 9dd68d6

Browse files
authored
Merge pull request #334649 from r-ryantm/auto-update/python312Packages.elevenlabs
python312Packages.elevenlabs: 1.6.1 -> 1.7.0
2 parents 42d1c4f + 083f608 commit 9dd68d6

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
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "elevenlabs";
16-
version = "1.6.1";
16+
version = "1.7.0";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "elevenlabs";
2121
repo = "elevenlabs-python";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-IjsAd2QLYFbYRFQoZgcrKNxBUbD6+mILKkwH6E/mjyU=";
23+
hash = "sha256-wRgDKaSNSdpOJLVeYx2gTbtQ8rcxEAjrxvCI9W1v5V4=";
2424
};
2525

2626
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)