python3Packages.msrest: 0.6.19 -> 0.6.21

This commit is contained in:
Jonathan Ringer 2021-03-11 11:59:00 -08:00 committed by Jonathan Ringer
parent 1591e296e7
commit 4d711898ef

View File

@ -18,7 +18,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.6.19"; version = "0.6.21";
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 = "sha256-hcUJrWw5EU0aO5Gyhn5+LmuRQN9Bom59cTz3maQ0jvw="; sha256 = "sha256-IlBwlVQ/v+vJmCWNbFZKGL6a9K09z4AYrPm3kwaA/nI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [