about summary refs log tree commit diff
path: root/pkgs/development/python-modules/deep-translator
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-26 07:03:15 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-27 09:00:39 -0800
commit51335e586b0e46c1d069c9d57ecd7b4fe981c960 (patch)
tree853b7ea22b1fbfd13bcec0ad837f18c9d5ae944b /pkgs/development/python-modules/deep-translator
parentfdae0317e1045dcc9a82d8f6f16261203d702b7b (diff)
deep-translator: 1.5.5 -> 1.6.0
Diffstat (limited to 'pkgs/development/python-modules/deep-translator')
-rw-r--r--pkgs/development/python-modules/deep-translator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/deep-translator/default.nix b/pkgs/development/python-modules/deep-translator/default.nix
index a91c02a2bf3e7..ae7bf52e1fe7b 100644
--- a/pkgs/development/python-modules/deep-translator/default.nix
+++ b/pkgs/development/python-modules/deep-translator/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "deep-translator";
-  version = "1.5.5";
+  version = "1.6.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-XARhzRsquvKcdhPcooGIEmhGN7QJOCubcvOrZB0nhxU=";
+    sha256 = "sha256-B/SnLSaCRVhQvSU2hmdKPswM2N73nHAzQfVNBMgCofI=";
   };
 
   propagatedBuildInputs = [