python310Packages.nlpcloud: 1.0.43 -> 1.1.43

Changelog: https://github.com/nlpcloud/nlpcloud-python/releases/tag/v1.1.43
This commit is contained in:
natsukium
2023-07-20 02:12:26 +09:00
parent 664361e485
commit 890fbb8332
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "nlpcloud";
version = "1.0.43";
version = "1.1.43";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-WLbmPFBiZ7utFo0cqiBKsetlhtgun/YMGTEIvMUhRnc=";
hash = "sha256-y3OZ5Tgd9FJmuon+9UyFmJgoASd1UyZVsWxmlPaxqEI=";
};
propagatedBuildInputs = [