Commit 3d66c634 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 1bdef915
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