posting: 2.9.1 -> 2.9.2

This commit is contained in:
R. Ryantm
2025-10-17 07:50:03 +00:00
parent 5d1f6df5e1
commit e2fdee19aa

View File

@@ -6,14 +6,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "posting"; pname = "posting";
version = "2.9.1"; version = "2.9.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "darrenburns"; owner = "darrenburns";
repo = "posting"; repo = "posting";
tag = version; tag = version;
hash = "sha256-YaN7kuGRZ6UJTuf2vYDnIinyzMzsKDQEA4B5SmmggA4="; hash = "sha256-BX1D9XgBqRIfavDxAQH7mPP/dnayQu3xSSAF6/JSM54=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;