Skip to content

Commit 3e1b009

Browse files
authored
python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921)
2 parents 532e6bb + 2af9aa1 commit 3e1b009

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-iam-logging

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-iam-logging/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
buildPythonPackage rec {
1717
pname = "google-cloud-iam-logging";
18-
version = "1.3.5";
18+
version = "1.4.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
pname = "google_cloud_iam_logging";
2525
inherit version;
26-
hash = "sha256-B/OE8m6CpTddR+nAv9OP/y1V1c32/cUZPzfptAOuMrw=";
26+
hash = "sha256-+7rRPIPXmxMbcTRqKTfYXciH1Op760Vm2d969zqJNnM=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)