1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #325708 from r-ryantm/auto-update/python312Packages.google-cloud-videointelligence

python312Packages.google-cloud-videointelligence: 2.13.3 -> 2.13.4
This commit is contained in:
Nick Cao 2024-07-11 20:04:18 -04:00 committed by GitHub
commit a0d9b4a9cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-videointelligence"; pname = "google-cloud-videointelligence";
version = "2.13.3"; version = "2.13.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-FGByHYEgZhxHfAGvDt09sDhFhX9SFGpKOfFrSs+zb20="; hash = "sha256-bwKYqNnttZCXte51PeXdcfN6kmbJpMXq4/tNDSQLEMA=";
}; };
nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ];