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: 5da4b6c79f72
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ad70a424aa6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 6, 2020

  1. python27Packages.azure-mgmt-storage: 8.0.0 -> 9.0.0

    r-ryantm authored and Jon committed Apr 6, 2020
    Copy the full SHA
    3ad70a4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/azure-mgmt-storage/default.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@
}:

buildPythonPackage rec {
version = "8.0.0";
version = "9.0.0";
pname = "azure-mgmt-storage";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0cxcdyy974ya1yi7s14sw54rwpc8qjngxr0jqb8vxki3528phrv3";
sha256 = "198r51av2rd1mr3q9j8jibhd14w0v8k59ipc3czsm4g1n44adgkl";
};

propagatedBuildInputs = [ azure-mgmt-common ];