We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e738 commit 92ba61bCopy full SHA for 92ba61b
pkgs/development/python-modules/google-cloud-trace/default.nix
@@ -15,15 +15,15 @@
15
16
buildPythonPackage rec {
17
pname = "google-cloud-trace";
18
- version = "1.16.0";
+ version = "1.16.1";
19
pyproject = true;
20
21
disabled = pythonOlder "3.7";
22
23
src = fetchPypi {
24
pname = "google_cloud_trace";
25
inherit version;
26
- hash = "sha256-nSexY3cVcrVh6/dTpeR5H5nSXlTtrUywEheriC899Bo=";
+ hash = "sha256-FTCLBPEtlY8rODGk92uXxhwMekaAS9xXDRkCSTgCnZo=";
27
};
28
29
build-system = [ setuptools ];
0 commit comments