python3Packages.msrest: 0.6.10 -> 0.6.11

This commit is contained in:
Jonathan Ringer 2020-02-10 13:51:23 -08:00 committed by Jon
parent facdac01c7
commit 70580587de

View file

@ -18,7 +18,7 @@
}:
buildPythonPackage rec {
version = "0.6.10";
version = "0.6.11";
pname = "msrest";
# no tests in PyPI tarball
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Azure";
repo = "msrest-for-python";
rev = "v${version}";
sha256 = "1l08daq748lk8rwiv4jdlnmfl9mi7g1ln46gibhnd9xvrrjp0sdx";
sha256 = "1lq3bf7kzs9h9sk6ahpf0vidklv0ahx3bm4wpv3qka3jb64yqdmi";
};
propagatedBuildInputs = [
@ -46,7 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "The runtime library 'msrest' for AutoRest generated Python clients.";
homepage = https://github.com/Azure/msrest-for-python;
homepage = "https://github.com/Azure/msrest-for-python";
license = licenses.mit;
maintainers = with maintainers; [ bendlas jonringer mwilsoninsight ];
};