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: bbfd90563e73
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 259d347ad34b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 28, 2019

  1. Copy the full SHA
    4545ea0 View commit details

Commits on Sep 30, 2019

  1. Merge pull request #69779 from r-ryantm/auto-update/python3.7-azure-m…

    …gmt-servicefabric
    
    python37Packages.azure-mgmt-servicefabric: 0.3.0 -> 0.4.0
    Jon authored Sep 30, 2019
    Copy the full SHA
    259d347 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/azure-mgmt-servicefabric/default.nix
Original file line number Diff line number Diff line change
@@ -9,12 +9,12 @@

buildPythonPackage rec {
pname = "azure-mgmt-servicefabric";
version = "0.3.0";
version = "0.4.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0cirsp8wnsswba6gbmw4s2ljsjwi3855my063gvi2mqr55spvx2n";
sha256 = "1x18grkjf2p2r1ihlwv607sna9yjvsr2jwnkjc55askrgrwx5jx2";
};

propagatedBuildInputs = [