diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-01-25 18:39:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 18:39:06 +0000 |
| commit | 91bc3ca692d183bf48fe006cc71087e23de9ec5d (patch) | |
| tree | 608a64df706ff702de75ae6a1b3a7dbc88530188 /pkgs/development/python-modules | |
| parent | f603b26519d117ccaa2cd331dd7bdf3831b45ac0 (diff) | |
| parent | 92f7851561684ba60e38064f9da9ecab3135485e (diff) | |
Merge pull request #212483 from mweinelt/whisper-20230124
openai-whisper: 20230117 -> 20230124
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/openai-whisper/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/openai-whisper/default.nix b/pkgs/development/python-modules/openai-whisper/default.nix index 28b95d863f68..b30f218193eb 100644 --- a/pkgs/development/python-modules/openai-whisper/default.nix +++ b/pkgs/development/python-modules/openai-whisper/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "whisper"; - version = "20230117"; + version = "20230124"; format = "setuptools"; src = fetchFromGitHub { owner = "openai"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-DVYQw+h5xsgWLA6dD+qg4ud0pqFOn6oVAzTqRywE30g="; + hash = "sha256-+3fs/EXK5NGlISuMTk7r2ZZ4tNFKbNFNkVS2LmHBvwk="; }; patches = [ |
