python310Packages.azure-mgmt-compute 0 -> 1 attrpath: python310Packages.azure-mgmt-compute 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/5ij1avl13jgq2hn1j6l7c56kyhjyafa5-packages.json.drv building '/nix/store/5ij1avl13jgq2hn1j6l7c56kyhjyafa5-packages.json.drv'... Going to be running update for following packages: - python3.10-azure-mgmt-compute-30.0.0 Press Enter key to continue... Running update for: - python3.10-azure-mgmt-compute-30.0.0: UPDATING ... - python3.10-azure-mgmt-compute-30.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/azure-mgmt-compute/default.nix b/pkgs/development/python-modules/azure-mgmt-compute/default.nix index e76e593d296..5a3cb3a370f 100644 --- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "azure-mgmt-compute"; - version = "30.0.0"; + version = "30.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; extension = "zip"; - hash = "sha256-cyD7r8OSdwsD7QK2h2AYXmCUVS7ZjX/V6nchClpRPHg="; + hash = "sha256-pWN525DU4kwHi8h0XQ5fdzIp+e8GfNcSwQ+qmIYVp1s="; }; propagatedBuildInputs = [ No auto update branch exists Old version 30.0.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , azure-mgmt-common , azure-mgmt-core , isodate , pythonOlder }: buildPythonPackage rec { pname = "azure-mgmt-compute"; version = "30.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; extension = "zip"; hash = "sha256-pWN525DU4kwHi8h0XQ5fdzIp+e8GfNcSwQ+qmIYVp1s="; }; propagatedBuildInputs = [ azure-mgmt-common azure-mgmt-core isodate ]; pythonNamespaces = [ "azure.mgmt" ]; # has no tests doCheck = false; pythonImportsCheck = [ "azure.mgmt.compute" ]; meta = with lib; { description = "This is the Microsoft Azure Compute Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python"; license = licenses.mit; maintainers = with maintainers; [ olcai maxwilson ]; }; }