python3Packages.msrest: 0.6.18 -> 0.6.19

This commit is contained in:
Jonathan Ringer 2021-01-11 16:44:31 -08:00 committed by Jonathan Ringer
parent 2011186c9e
commit c7761ec220

View file

@ -18,7 +18,7 @@
}:
buildPythonPackage rec {
version = "0.6.18";
version = "0.6.19";
pname = "msrest";
# no tests in PyPI tarball
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Azure";
repo = "msrest-for-python";
rev = "v${version}";
sha256 = "0j0dbca47qnxnhpfgj3v5bglg8dpx2cy1psix8kp3ldrkf6rjwdb";
sha256 = "sha256-hcUJrWw5EU0aO5Gyhn5+LmuRQN9Bom59cTz3maQ0jvw=";
};
propagatedBuildInputs = [