3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
R. Ryantm 2022-01-07 11:22:58 +00:00
parent 06c274d7de
commit 34334cf242

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 = [