Unverified Commit 890fbb83 authored by natsukium's avatar natsukium
Browse files

python310Packages.nlpcloud: 1.0.43 -> 1.1.43

parent 664361e4
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 = [