lol

python312Packages.azure-mgmt-appconfiguration: 3.1.0 -> 4.0.0

+3 -3
+3 -3
pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-appconfiguration"; 14 - version = "3.1.0"; 14 + version = "4.0.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 19 19 src = fetchPypi { 20 20 pname = "azure_mgmt_appconfiguration"; 21 21 inherit version; 22 - hash = "sha256-BZbwnn54Qb6R3eHIGBNBALv6EkSG4GiJ0jndWHdEtHw="; 22 + hash = "sha256-x9ItR8hiQrj311Lx3BgojaSsQcL2l0C5fe6AI58PDO4="; 23 23 }; 24 24 25 25 build-system = [ setuptools ]; ··· 43 43 meta = with lib; { 44 44 description = "Microsoft Azure App Configuration Management Client Library for Python"; 45 45 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-mgmt-appconfiguration"; 46 - changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appconfiguration_${version}/sdk/appconfiguration/azure-mgmt-appconfiguration"; 46 + changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appconfiguration_${version}/sdk/appconfiguration/azure-mgmt-appconfiguration/CHANGELOG.md"; 47 47 license = licenses.mit; 48 48 maintainers = [ ]; 49 49 };