forked from mirrors/nixpkgs
Merge pull request #67033 from r-ryantm/auto-update/python3.7-azure-cli-core
python37Packages.azure-cli-core: 2.0.69 -> 2.0.71
This commit is contained in:
commit
329d2ad6ee
|
@ -33,11 +33,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-cli-core";
|
||||
version = "2.0.69";
|
||||
version = "2.0.71";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "797c4fab2285aa2ac316daf692c1e8f6b14186c059805e8a57332b4d83d7bb23";
|
||||
sha256 = "01pqdh16l2c9a6b1az9galmm1szvhg7fyf9shq872wanw1xx88dj";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue