Unverified Commit 2a390ba2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

posting: 2.9.1 -> 2.9.2 (#452852)

parents 93e61e4f e2fdee19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "posting";
  version = "2.9.1";
  version = "2.9.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "darrenburns";
    repo = "posting";
    tag = version;
    hash = "sha256-YaN7kuGRZ6UJTuf2vYDnIinyzMzsKDQEA4B5SmmggA4=";
    hash = "sha256-BX1D9XgBqRIfavDxAQH7mPP/dnayQu3xSSAF6/JSM54=";
  };

  pythonRelaxDeps = true;