about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-02-10 13:51:23 -0800
committerJon <jonringer@users.noreply.github.com>2020-02-10 16:45:11 -0800
commit70580587de5abd5d4b4461da565f68f9ba8ce6d8 (patch)
tree07759776fb7287e89bcd2a0a5642288cce4227ef /pkgs/development
parentfacdac01c7f1911e22eb583e4feaf1a807247511 (diff)
downloadnixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.tar
nixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.tar.gz
nixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.tar.bz2
nixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.tar.lz
nixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.tar.xz
nixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.tar.zst
nixlib-70580587de5abd5d4b4461da565f68f9ba8ce6d8.zip
python3Packages.msrest: 0.6.10 -> 0.6.11
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/msrest/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/msrest/default.nix b/pkgs/development/python-modules/msrest/default.nix
index 70fa6f361ca6..6f53314bd287 100644
--- a/pkgs/development/python-modules/msrest/default.nix
+++ b/pkgs/development/python-modules/msrest/default.nix
@@ -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 ];
   };