1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #325701 from r-ryantm/auto-update/python312Packages.google-cloud-trace

python312Packages.google-cloud-trace: 1.13.3 -> 1.13.4
This commit is contained in:
Nick Cao 2024-07-11 20:04:55 -04:00 committed by GitHub
commit adf713d481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.13.3";
version = "1.13.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NqwuM94NsBf/0vY9jWTct1vpETzPpN5JYvRzfv1srIA=";
hash = "sha256-wCO8ySoD2iAsA0ydtQki65yw1qteAHn1EUFLFhV0qdQ=";
};
nativeBuildInputs = [ setuptools ];