1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

python37Packages.smart_open: 1.8.0 -> 1.8.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-smart_open/versions
This commit is contained in:
R. RyanTM 2019-04-15 22:56:31 -07:00 committed by Frederik Rietdijk
parent 238712d20b
commit 71dd951fd1

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "smart_open";
version = "1.8.0";
version = "1.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "a52206bb69c38c5f08709ec2ee5704b0f86fc0a770935b5dad9b5841bfd5f502";
sha256 = "0a38mwlz92mlaxz8f8z4yyacpgykiysbcwfykrgr74vlic8x4m5i";
};
# nixpkgs version of moto is >=1.2.0, remove version pin to fix build