lol

Merge pull request #266797 from r-ryantm/auto-update/python311Packages.nlpcloud

python311Packages.nlpcloud: 1.1.44 -> 1.1.45

authored by

OTABI Tomoya and committed by
GitHub
201f93fb 530ef262

+2 -2
+2 -2
pkgs/development/python-modules/nlpcloud/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "nlpcloud"; 9 - version = "1.1.44"; 9 + version = "1.1.45"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-dOW/M9FJJiCii4+lZJ6Pg2bAdSpul4JRtzYdI7VgJbM="; 14 + hash = "sha256-W/O7GhZuACUFCSCCJUUB6UfMB9WSF8uU7Yd/tgPsE0Q="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [