lol

Merge pull request #63397 from r-ryantm/auto-update/python3.7-smart_open

python37Packages.smart_open: 1.8.3 -> 1.8.4

authored by

Mario Rodas and committed by
GitHub
4139842a 3a915729

+2 -2
+2 -2
pkgs/development/python-modules/smart_open/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "smart_open"; 15 - version = "1.8.3"; 15 + version = "1.8.4"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "029b0ns6q9vl4pyk1w7jp4dvif1mfgr53a58z1p8zipwnhkfwnih"; 19 + sha256 = "1y845mfsswyvczknwh359xprgc3hk8r17qy1wdibpz6y6pq0g3kq"; 20 20 }; 21 21 22 22 # nixpkgs version of moto is >=1.2.0, remove version pin to fix build