Merge pull request #263501 from r-ryantm/auto-update/python311Packages.whispers

python311Packages.whispers: 2.1.5 -> 2.2.0
This commit is contained in:
Fabian Affolter 2023-10-26 09:00:48 +02:00 committed by GitHub
commit 76359ce46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "whispers";
version = "2.1.5";
version = "2.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,8 +24,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "adeptex";
repo = pname;
rev = version;
hash = "sha256-vY8ruemRYJ05YtJAYX3TFlp+pRwF7Tkp7eft9e+HrgA=";
rev = "refs/tags/${version}";
hash = "sha256-9vXku8BWJtlf+lmAcQ8a7qTisRNc+xVw0T0Eunc4lt4=";
};
propagatedBuildInputs = [