python312Packages.google-cloud-asset: 3.25.0 -> 3.25.1

This commit is contained in:
R. Ryantm 2024-03-23 01:11:27 +00:00
parent 53c8f2940d
commit 309abd5248
1 changed files with 2 additions and 2 deletions

View File

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