Skip to content

Commit

Permalink
python310Packages.google-cloud-asset: 3.22.0 -> 3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent bc85b73 commit aa1a145
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.22.0";
version = "3.23.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-S+rJ80pkphkPlNFUn8e0bxpnkBILRS9Uvoa0vlfrK8M=";
hash = "sha256-ILg5PCstA6KwOsQZYkkE8xvFAbs6na24uUx8B5T7w1M=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit aa1a145

Please sign in to comment.