python312Packages.azure-mgmt-appconfiguration: 3.0.0 -> 3.1.0 (#350329)
This commit is contained in:
@@ -11,20 +11,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-mgmt-appconfiguration";
|
||||
version = "3.0.0";
|
||||
version = "3.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-FJhuVgqNjdRIegP4vUISrAtHvvVle5VQFVITPm4HLEw=";
|
||||
extension = "zip";
|
||||
pname = "azure_mgmt_appconfiguration";
|
||||
inherit version;
|
||||
hash = "sha256-BZbwnn54Qb6R3eHIGBNBALv6EkSG4GiJ0jndWHdEtHw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
azure-common
|
||||
azure-mgmt-core
|
||||
isodate
|
||||
|
||||
Reference in New Issue
Block a user