Commit 2fd066f3 authored by Taha YASSINE's avatar Taha YASSINE
Browse files

posting: 2.3.0 -> 2.5.4

parent a5f5355f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "posting";
  version = "2.3.0";
  version = "2.5.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "darrenburns";
    repo = "posting";
    tag = version;
    hash = "sha256-lL85gJxFw8/e8Js+UCE9VxBMcmWRUkHh8Cq5wTC93KA=";
    hash = "sha256-6nFQSGCdmR4qZuleiY0xh76WgBIjs9OZtfpc16b4iws=";
  };

  pythonRelaxDeps = true;
@@ -40,6 +40,7 @@ python3Packages.buildPythonApplication rec {
      httpx
      textual-autocomplete
      textual
      openapi-pydantic
    ]
    ++ httpx.optional-dependencies.brotli
    ++ textual.optional-dependencies.syntax;