mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
python3Packages.opentelemetry-resourcedetector-gcp: 1.12.0a0 -> 1.14.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "opentelemetry-resourcedetector-gcp";
|
||||
version = "1.12.0a0";
|
||||
version = "1.14.0";
|
||||
pyproject = true;
|
||||
|
||||
# Use PyPi instead of GitHub because the GitHub tags are inaccurate
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: {
|
||||
src = fetchPypi {
|
||||
pname = "opentelemetry_resourcedetector_gcp";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-1eP3goOicuuSVH4Au+/0W3Myo0rnkacKtOuoGvm8O68=";
|
||||
hash = "sha256-ELQYAqz4FYOKhcn+Ha4C9dJ+vBdSe3dEERHAEL6tlbw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user