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

python38Packages.azure-mgmt-notificationhubs: 7.0.0 -> 8.0.0
This commit is contained in:
Fabian Affolter 2022-01-07 14:22:02 +01:00 committed by GitHub
commit 14cb8a3d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "azure-mgmt-notificationhubs"; pname = "azure-mgmt-notificationhubs";
version = "7.0.0"; version = "8.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "92ffed71a2999ff5db41afd66c6ba5cfef9d467f732c7bb45b7c41db371c6e4a"; sha256 = "4dd924f4704993e3ebf1d42e2be1cbe0b0d908e695857fa08c4369ae11d0eb36";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [