aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2018-10-08 11:50:53 +0200
committerStefan Siegl <stesie@brokenpipe.de>2018-10-08 11:50:53 +0200
commit21d92db4d81af549784c8545c40f7a1abdb9c7dd (patch)
treeb9eedf6faf59c82048dcd44cfb633a397fe3c841 /pkgs/development/python-modules
parent726661389d2ececad2689ce9cef6b9116a71c8d1 (diff)
azure_cli_profile: 2.1.1 -> 2.1.0
... for compatibility with azure_cli_resource. Yay they are using private symbols of one another.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/azure-cli-profile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-cli-profile/default.nix b/pkgs/development/python-modules/azure-cli-profile/default.nix
index cbb92a4..842343a 100644
--- a/pkgs/development/python-modules/azure-cli-profile/default.nix
+++ b/pkgs/development/python-modules/azure-cli-profile/default.nix
@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "azure_cli_profile";
- version = "2.1.1";
+ version = "2.1.0";
format = "wheel";
src = fetchPypi {
inherit pname version format;
- sha256 = "0bb5b5az7k4ahgdq3pfrhw371i8lr5726wx6vd9ilj98s5xb3xmi";
+ sha256 = "1h1c9xsgbfq85hgbyf90lswidw32a817x7v1a67nhwfrywyycc0g";
};
propagatedBuildInputs = [