python: whisper: 1.1.5 -> 1.1.6

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:42 +01:00
parent d9cfcfe112
commit 363980e4c2

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "whisper";
version = "1.1.5";
version = "1.1.6";
src = fetchPypi {
inherit pname version;
sha256 = "14013e7563102d808aae0cb5b3b2326979236d4bcd54c343ea636761629920cd";
sha256 = "8dbb3b7cf4a02a080162467fff5cd38bf77940c3e2b25f7c4f78529427ca9cfe";
};
propagatedBuildInputs = [ six ];