Skip to content

Commit

Permalink
python311Packages.azure-servicebus: 7.10.0 -> 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jun 16, 2023
1 parent e57b65a commit e25bb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/azure-servicebus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "azure-servicebus";
version = "7.10.0";
version = "7.11.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-ANEJ5aLqfHX/OGO41FNjCqr9S6UygQMrGMQvMtR3z/Q=";
hash = "sha256-JMmfs1d1EFilHJ1Dud4mGJynRHLx+Uq95nZM2D+NecE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit e25bb93

Please sign in to comment.