Merge pull request #212483 from mweinelt/whisper-20230124

openai-whisper: 20230117 -> 20230124
This commit is contained in:
Martin Weinelt 2023-01-25 18:39:06 +00:00 committed by GitHub
commit 91bc3ca692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [