Merge pull request #137152 from r-ryantm/auto-update/python3.8-azure-servicebus

This commit is contained in:
Sandro 2021-09-11 22:50:33 +02:00 committed by GitHub
commit d78fe618cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-servicebus";
version = "7.3.2";
version = "7.3.3";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "6c9bef0bfb4ac2bb8158fdfb3938884cd42542be3162ac288fa8df4e254d3810";
sha256 = "1c2133909a086bd4329135d6affcc05628e3a7da27afca584a0de8c21fc4e1ac";
};
propagatedBuildInputs = [