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

Commits on Jul 11, 2020

  1. python3Packages.msrest: 0.6.13 -> 0.6.17

    Jonathan Ringer committed Jul 11, 2020
    Copy the full SHA
    d5ac1d5 View commit details
  2. python3Packages.msrestazure: 0.6.3 -> 0.6.4

    Jonathan Ringer committed Jul 11, 2020
    Copy the full SHA
    f7108ec View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/python-modules/msrest/default.nix
  2. +2 −2 pkgs/development/python-modules/msrestazure/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msrest/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
}:

buildPythonPackage rec {
version = "0.6.13";
version = "0.6.17";
pname = "msrest";

# no tests in PyPI tarball
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Azure";
repo = "msrest-for-python";
rev = "v${version}";
sha256 = "1s34xp6wgas17mbg6ysciqlgb3qc2p2d5bs9brwr05ys62l6y8cz";
sha256 = "1f1cpl5x7q0f9lpwxc1pl9j5x5yrksfizl9k939iqklf95ssymff";
};

propagatedBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msrestazure/default.nix
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
}:

buildPythonPackage rec {
version = "0.6.3";
version = "0.6.4";
pname = "msrestazure";

# Pypi tarball doesnt include tests
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Azure";
repo = "msrestazure-for-python";
rev = "v${version}";
sha256 = "0pd3qw96c9fz4qgimnc0qf0pz7m9rr1wzhxj8m792swaf3pb18z8";
sha256 = "0ik81f0n6r27f02gblgm0vl5zl3wc6ijsscihgvc1fgm9f5mk5b5";
};

propagatedBuildInputs = [ adal msrest ];