about summary refs log tree commit diff
path: root/pkgs/development/python-modules/smart-open
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-21 11:44:41 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-21 11:44:41 +0200
commite2c22254107e802f71eb8ae72d75f2ec10fb6a7b (patch)
treec178d080c330a85f3b6d3a85d92e401f921da982 /pkgs/development/python-modules/smart-open
parentc754d40c82737b7e44a5e072130b8bb4a2c2a949 (diff)
python3Packages.smart-open: 5.1.0 -> 5.2.0
Diffstat (limited to 'pkgs/development/python-modules/smart-open')
-rw-r--r--pkgs/development/python-modules/smart-open/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix
index d4ad901fb9b76..5e86281642afb 100644
--- a/pkgs/development/python-modules/smart-open/default.nix
+++ b/pkgs/development/python-modules/smart-open/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "smart-open";
-  version = "5.1.0";
+  version = "5.2.0";
 
   disabled = pythonOlder "3.5";
 
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "RaRe-Technologies";
     repo = "smart_open";
     rev = "v${version}";
-    sha256 = "0gv3vxpglnhh6d80wsqigxi7psn6s7ylz20kx5ahblcx5rqyhjmi";
+    sha256 = "sha256-eC9BYHeACzGp382QBNgLcNMYDkHi0WXyEj/Re9ShXuA=";
   };
 
   propagatedBuildInputs = [