Merge pull request #294688 from fabaff/google-cloud-asset-bump

python311Packages.google-cloud-asset: 3.24.3 -> 3.25.0
This commit is contained in:
Fabian Affolter 2024-03-10 11:23:45 +01:00 committed by GitHub
commit e1ab68b5b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.24.3";
version = "3.25.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-owRdxr4Kr6VehuHl/mZuZo7XqixX2glWwJ3F/tq82bc=";
hash = "sha256-JiPKFOew9Pd2NuY7wDlFQ/N06m9IRutWO+d/YJspry0=";
};
nativeBuildInputs = [