pythonPackages.msreset: 0.6.8 -> 0.6.9

This commit is contained in:
Jonathan Ringer 2019-08-02 08:20:14 -07:00 committed by Frederik Rietdijk
parent 0bca1209e5
commit 9ef0b35a63

View File

@ -18,7 +18,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.6.8"; version = "0.6.9";
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 = "1vnh0y68vqf7hwhghbf6bjadrzlv98aj4vfz6g592lww3ijpy77w"; sha256 = "0540dmxz90jsmwvd4q06cr1ficixknjk8q06f2dqcp06w92vnl8r";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [