Skip to content

Commit

Permalink
python312Packages.nlpcloud: 1.1.46 -> 1.1.47 (#361158)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Dec 5, 2024
2 parents 581db02 + 9a5c7f9 commit 8e8b8c9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/development/python-modules/nlpcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
requests,
}:

buildPythonPackage rec {
pname = "nlpcloud";
version = "1.1.46";
format = "setuptools";
version = "1.1.47";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-NmNu1Rf6mN+Q8FdpeNYQ508ksqkIV7oOp8CrlDN1qPU=";
hash = "sha256-zj6hurPEzNlbrD6trq+zQHBNg4lJMGw+XHV51rBa9Mk=";
};

propagatedBuildInputs = [ requests ];
build-system = [ setuptools ];

dependencies = [ requests ];

# upstream has no tests
doCheck = false;
Expand Down

0 comments on commit 8e8b8c9

Please sign in to comment.