Skip to content

Commit

Permalink
python310Packages.smart-open: 6.0.0 -> 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 19, 2022
1 parent 699bdb6 commit 5908890
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/smart-open/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
, google-cloud-storage
, requests
, moto
, paramiko
, pytestCheckHook
}:

buildPythonPackage rec {
pname = "smart-open";
version = "6.0.0";
version = "6.2.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "RaRe-Technologies";
repo = "smart_open";
rev = "v${version}";
sha256 = "sha256-FEIJ1DBW0mz7n+J03C1Lg8uAs2ZxI0giM7+mvuNPyGg=";
sha256 = "sha256-AtFIluoI2QeHUX2dclEmOxsv/cEtusWq7GyViRBhL5g=";
};

propagatedBuildInputs = [
Expand All @@ -37,6 +38,7 @@ buildPythonPackage rec {

checkInputs = [
moto
paramiko
pytestCheckHook
];

Expand Down

0 comments on commit 5908890

Please sign in to comment.