Unverified Commit a3e8c84a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.azure-mgmt-appconfiguration: 3.0.0 -> 3.1.0 (#350329)

parents c7cae3ee 3d66c634
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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