Unverified Commit ad54f05a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #244385 from natsukium/nlpcloud/update

python310Packages.nlpcloud: 1.0.43 -> 1.1.43
parents 328eb4f2 890fbb83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [