openai-whisper: unstable-2022-09-30 -> 20230117

Diff: https://github.com/openai/whisper/compare/refs/tags/vunstable-2022-09-30...v20230117
This commit is contained in:
Martin Weinelt 2023-01-18 02:00:06 +01:00
parent 8cace1e6e2
commit 26f9d69af3

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "whisper";
version = "unstable-2022-09-30";
version = "20230117";
format = "setuptools";
src = fetchFromGitHub {
owner = "openai";
repo = pname;
rev = "60132ade70e00b843d93542fcb37b58c0d8bf9e7";
hash = "sha256-4mhlCvewA0bVo5bq2sbSEKHq99TQ6jUauiCUkdRSdas=";
rev = "refs/tags/v${version}";
hash = "sha256-DVYQw+h5xsgWLA6dD+qg4ud0pqFOn6oVAzTqRywE30g=";
};
patches = [