openai-whisper: 20230117 -> 20230124

Diff: https://github.com/openai/whisper/compare/v20230117...v20230124
This commit is contained in:
Martin Weinelt 2023-01-24 21:23:45 +01:00
parent cdaa1be330
commit 92f7851561
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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