Unverified Commit ce58eb37 authored by natsukium's avatar natsukium
Browse files

python312Packages.azure-appconfiguration: fix typo

parent d836dc6e
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";