Unverified Commit 60573d00 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.azure-appconfiguration: fix typo (#369429)

parents 89ef7dc4 ce58eb37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
buildPythonPackage rec {
  pname = "azure-appconfiguration";
  version = "1.7.1";
  pyporject = true;
  pyproject = true;

  disabled = pythonOlder "3.7";