python3Packages.msrestazure: 0.6.2 -> 0.6.3

This commit is contained in:
Jonathan Ringer 2020-04-22 15:51:43 -07:00 committed by Jon
parent 8ba7429ccd
commit 2209ef8be4

View File

@ -12,7 +12,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.6.2"; version = "0.6.3";
pname = "msrestazure"; pname = "msrestazure";
# Pypi tarball doesnt include tests # Pypi tarball doesnt include tests
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Azure"; owner = "Azure";
repo = "msrestazure-for-python"; repo = "msrestazure-for-python";
rev = "v${version}"; rev = "v${version}";
sha256 = "09qwdg4la4jwp5ibypdwsn7h8m2sh8c1kdxvffyxcjan50h14s04"; sha256 = "0pd3qw96c9fz4qgimnc0qf0pz7m9rr1wzhxj8m792swaf3pb18z8";
}; };
propagatedBuildInputs = [ adal msrest ]; propagatedBuildInputs = [ adal msrest ];