python310Packages.aws-xray-sdk 0 -> 1 attrpath: python310Packages.aws-xray-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvwi0biwlv78x1xwzxbvqs2lm5dj4jll-packages.json.drv building '/nix/store/mvwi0biwlv78x1xwzxbvqs2lm5dj4jll-packages.json.drv'... Going to be running update for following packages: - python3.10-aws-xray-sdk-2.10.0 Press Enter key to continue... Running update for: - python3.10-aws-xray-sdk-2.10.0: UPDATING ... - python3.10-aws-xray-sdk-2.10.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-xray-sdk/default.nix b/pkgs/development/python-modules/aws-xray-sdk/default.nix index fd8ed21cd08..d851cd05606 100644 --- a/pkgs/development/python-modules/aws-xray-sdk/default.nix +++ b/pkgs/development/python-modules/aws-xray-sdk/default.nix @@ -12,11 +12,11 @@ buildPythonPackage rec { pname = "aws-xray-sdk"; - version = "2.10.0"; + version = "2.11.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-mxSST9BijPkpNgVYZGVTVAA/CxrMPhw//eZAPQeZ3Xo="; + sha256 = "sha256-eINfyEHwPlUIWPGKmXPquGGPR/ItL1nt8TBXj6VFqGc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.10.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , importlib-metadata , jsonpickle , wrapt , requests , future , botocore }: buildPythonPackage rec { pname = "aws-xray-sdk"; version = "2.11.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-eINfyEHwPlUIWPGKmXPquGGPR/ItL1nt8TBXj6VFqGc="; }; propagatedBuildInputs = [ jsonpickle wrapt requests future botocore ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; meta = { description = "AWS X-Ray SDK for the Python programming language"; license = lib.licenses.asl20; homepage = "https://github.com/aws/aws-xray-sdk-python"; }; doCheck = false; }