Merge pull request #155675 from r-ryantm/auto-update/python310Packages.deep-translator

python310Packages.deep-translator: 1.6.0 -> 1.6.1
This commit is contained in:
Ryan Mulligan 2022-01-20 07:41:37 -08:00 committed by GitHub
commit ca2b0d83a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "deep-translator";
version = "1.6.0";
version = "1.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-B/SnLSaCRVhQvSU2hmdKPswM2N73nHAzQfVNBMgCofI=";
sha256 = "2611c54209b234730f3e5e6481cb875e120e49d9ec1a27a1fa89850150485975";
};
propagatedBuildInputs = [