Skip to content

Commit 21931cc

Browse files
authored
python312Packages.azure-servicebus: 7.13.0 -> 7.14.0 (#381914)
2 parents 45ea1fa + fab959f commit 21931cc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/azure-servicebus

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/azure-servicebus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "azure-servicebus";
14-
version = "7.13.0";
14+
version = "7.14.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "azure_servicebus";
2121
inherit version;
22-
hash = "sha256-p16aYUNco606eX8di/T90Nhz66nl04OJSsh+9eGnDPA=";
22+
hash = "sha256-SU3bh3GJA1jdJaWB5dtSV5fwHz8yFsxkHIkvC9U7KZo=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)