Merge pull request #153828 from r-ryantm/auto-update/python3.8-azure-mgmt-notificationhubs

python38Packages.azure-mgmt-notificationhubs: 7.0.0 -> 8.0.0

authored by Fabian Affolter and committed by GitHub 14cb8a3d 94f3b2ce

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-notificationhubs/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "azure-mgmt-notificationhubs"; 13 - version = "7.0.0"; 14 15 src = fetchPypi { 16 inherit pname version; 17 extension = "zip"; 18 - sha256 = "92ffed71a2999ff5db41afd66c6ba5cfef9d467f732c7bb45b7c41db371c6e4a"; 19 }; 20 21 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "azure-mgmt-notificationhubs"; 13 + version = "8.0.0"; 14 15 src = fetchPypi { 16 inherit pname version; 17 extension = "zip"; 18 + sha256 = "4dd924f4704993e3ebf1d42e2be1cbe0b0d908e695857fa08c4369ae11d0eb36"; 19 }; 20 21 propagatedBuildInputs = [