python: azure-core: 1.5.0 -> 1.6.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:46:58 +02:00
parent 84dd868add
commit 59da9728b1
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.5.0"; version = "1.6.0";
pname = "azure-core"; pname = "azure-core";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "181iyigm11y56lf1kwv7pcdyppavpwjb1b6k3qp3jnbqaypad9mg"; sha256 = "d10b74e783cff90d56360e61162afdd22276d62dc9467e657ae866449eae7648";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [