about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-22 21:18:12 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-22 21:58:40 -0700
commitdef30c0d05f58f46c6665456ca9154635fa8165e (patch)
treeacb7132cf3a3e3b2900135959e0bc7694d5b3360
parent6e8b97bff0b47ff80e1cf49b457d00d30192dca7 (diff)
downloadnixlib-def30c0d05f58f46c6665456ca9154635fa8165e.tar
nixlib-def30c0d05f58f46c6665456ca9154635fa8165e.tar.gz
nixlib-def30c0d05f58f46c6665456ca9154635fa8165e.tar.bz2
nixlib-def30c0d05f58f46c6665456ca9154635fa8165e.tar.lz
nixlib-def30c0d05f58f46c6665456ca9154635fa8165e.tar.xz
nixlib-def30c0d05f58f46c6665456ca9154635fa8165e.tar.zst
nixlib-def30c0d05f58f46c6665456ca9154635fa8165e.zip
python37Packages.azure-mgmt-reservations: 0.3.2 -> 0.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-reservations/versions
-rw-r--r--pkgs/development/python-modules/azure-mgmt-reservations/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-reservations/default.nix b/pkgs/development/python-modules/azure-mgmt-reservations/default.nix
index fe2a4dac402c..cc19e9048639 100644
--- a/pkgs/development/python-modules/azure-mgmt-reservations/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-reservations/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-reservations";
-  version = "0.3.2";
+  version = "0.5.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "0nksxjh5kh09dr0zw667fg8mzik4ymvfq3dipwag6pynbqr9ls4l";
+    sha256 = "06l362xiqhk8vvb1pch6ngfyv8m00ahr6ysdznd6qvxz8awazy10";
   };
 
   propagatedBuildInputs = [