Commit 48bd94f1 authored by ran xiao's avatar ran xiao Committed by Yt
Browse files

python3.pkgs.interface-meta: fix typo

parent a330d03a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    poetry-core
  ];

  propogatedBuildInputs = [
  propagatedBuildInputs = [
    poetry-dynamic-versioning
  ];