about summary refs log tree commit diff
path: root/pkgs/development/python-modules/smart-open
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-31 00:22:56 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-01 21:23:26 +0200
commit1bc0202f6b346a123af92af522f43c2684695a28 (patch)
tree4803ee15db82525227d14072c058f1af6dce87c6 /pkgs/development/python-modules/smart-open
parent5bf25e4c759ef9ffe1c52543815296c82efa8a7b (diff)
python3Packages.smart-open: 5.2.0 -> 5.2.1
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 5e86281642afb..bbe8b1b468ee5 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.2.0";
+  version = "5.2.1";
 
   disabled = pythonOlder "3.5";
 
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "RaRe-Technologies";
     repo = "smart_open";
     rev = "v${version}";
-    sha256 = "sha256-eC9BYHeACzGp382QBNgLcNMYDkHi0WXyEj/Re9ShXuA=";
+    sha256 = "13a1qsb4vwrhx45hz4qcl0d7bgv20ai5vsy7cq0q6qbj212nff19";
   };
 
   propagatedBuildInputs = [