python3Packages.azure-mgmt-postgresqlflexibleservers: 2.0.0 -> 3.0.0b1

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-03-03 16:44:10 +01:00
parent 8c809a146a
commit a8bdc4855b
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-postgresqlflexibleservers";
version = "2.0.0";
version = "3.0.0b1";
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_postgresqlflexibleservers";
inherit version;
hash = "sha256-E9L0W6IYo2T7BAVoT4Bw8mGuPtWX1aVNBOMphzLEzao=";
hash = "sha256-Vo1/vuxAAgVznCppDZCTygNFAMl5uopc3QbiEeFbLv8=";
};
build-system = [