python: smart_open: 1.8.1 -> 1.8.2
This commit is contained in:
parent
58dba9ee3e
commit
f3939bddab
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "smart_open";
|
pname = "smart_open";
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0a38mwlz92mlaxz8f8z4yyacpgykiysbcwfykrgr74vlic8x4m5i";
|
sha256 = "d3c16477ad7e8f94ab033630ea31993670ad21153172367db1acb143077d501c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixpkgs version of moto is >=1.2.0, remove version pin to fix build
|
# nixpkgs version of moto is >=1.2.0, remove version pin to fix build
|
||||||
|
|
Loading…
Reference in New Issue