python312Packages.google-cloud-language: 2.13.3 -> 2.13.4

This commit is contained in:
R. Ryantm 2024-07-09 02:35:32 +00:00
parent 655a58a72a
commit 4b739c1469

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.13.3";
version = "2.13.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Vp01Jgr5Bt4luOKna2Nk4FgJuEU6/Ynac41KT8uQhG8=";
hash = "sha256-j8ZgMxoTxkDbdqSLrBP56AIBJjGvm63TViaep/Z3xZI=";
};
nativeBuildInputs = [ setuptools ];