python3Packages.msrest: 0.6.11 -> 0.6.13

This commit is contained in:
Jonathan Ringer 2020-04-22 15:52:11 -07:00 committed by Jon
parent 2209ef8be4
commit d17be33ecb

View File

@ -18,7 +18,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.6.11"; version = "0.6.13";
pname = "msrest"; pname = "msrest";
# no tests in PyPI tarball # no tests in PyPI tarball
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Azure"; owner = "Azure";
repo = "msrest-for-python"; repo = "msrest-for-python";
rev = "v${version}"; rev = "v${version}";
sha256 = "1lq3bf7kzs9h9sk6ahpf0vidklv0ahx3bm4wpv3qka3jb64yqdmi"; sha256 = "1s34xp6wgas17mbg6ysciqlgb3qc2p2d5bs9brwr05ys62l6y8cz";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [