python310Packages.azure-synapse-artifacts 0 -> 1 attrpath: python310Packages.azure-synapse-artifacts 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/ck14hn49rjzf1fx1vp0nagva6xsa76ds-packages.json.drv building '/nix/store/ck14hn49rjzf1fx1vp0nagva6xsa76ds-packages.json.drv'... Going to be running update for following packages: - python3.10-azure-synapse-artifacts-0.13.0 Press Enter key to continue... Running update for: - python3.10-azure-synapse-artifacts-0.13.0: UPDATING ... - python3.10-azure-synapse-artifacts-0.13.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/azure-synapse-artifacts/default.nix b/pkgs/development/python-modules/azure-synapse-artifacts/default.nix index de0909fa0c0..6a84941a5e8 100644 --- a/pkgs/development/python-modules/azure-synapse-artifacts/default.nix +++ b/pkgs/development/python-modules/azure-synapse-artifacts/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "azure-synapse-artifacts"; - version = "0.13.0"; + version = "0.14.0"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "sha256-WJZtE7efs1xwalyb0Sr2J+pmPIt9gn2o01/prncb2uM="; + sha256 = "sha256-Q1gGq7EZ/JvYjD7y0mp3kEy15QKZI84UQTdlIBoQLMs="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.13.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi , azure-common , azure-core , msrest }: buildPythonPackage rec { pname = "azure-synapse-artifacts"; version = "0.14.0"; src = fetchPypi { inherit pname version; extension = "zip"; sha256 = "sha256-Q1gGq7EZ/JvYjD7y0mp3kEy15QKZI84UQTdlIBoQLMs="; }; propagatedBuildInputs = [ azure-common azure-core msrest ]; # zero tests run doCheck = false; pythonImportsCheck = [ "azure.synapse.artifacts" ]; meta = with lib; { description = "Microsoft Azure Synapse Artifacts Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; }