Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b1eed91e226
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5253be5a1867
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 8, 2019

  1. python37Packages.azure-mgmt-compute: 5.0.0 -> 8.0.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-azure-mgmt-compute/versions
    r-ryantm authored and Jon committed Oct 8, 2019
    Copy the full SHA
    5253be5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/azure-mgmt-compute/default.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@
}:

buildPythonPackage rec {
version = "5.0.0";
version = "8.0.0";
pname = "azure-mgmt-compute";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "1zdypc8f825n60341ai2482rwgsc7l8dpr691j8hqz571l80y85w";
sha256 = "06hmf9iq2yqpmmvw7pr9zm4v427q03i436lnin3aczizfndrk76i";
};

postInstall = if isPy3k then "" else ''