Skip to content

Commit 78a0c8b

Browse files
authored
python312Packages.google-cloud-trace: 1.16.0 -> 1.16.1 (#392249)
2 parents 3eb417d + 92ba61b commit 78a0c8b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-trace/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-trace";
18-
version = "1.16.0";
18+
version = "1.16.1";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
pname = "google_cloud_trace";
2525
inherit version;
26-
hash = "sha256-nSexY3cVcrVh6/dTpeR5H5nSXlTtrUywEheriC899Bo=";
26+
hash = "sha256-FTCLBPEtlY8rODGk92uXxhwMekaAS9xXDRkCSTgCnZo=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)