posting: 2.9.2 -> 2.10.0

This commit is contained in:
R. Ryantm
2026-03-27 10:04:34 +00:00
parent 9ecd4b69ea
commit 80fdf683a5
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "posting";
version = "2.9.2";
version = "2.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "darrenburns";
repo = "posting";
tag = finalAttrs.version;
hash = "sha256-BX1D9XgBqRIfavDxAQH7mPP/dnayQu3xSSAF6/JSM54=";
hash = "sha256-4L/MfXd6JYk2Viam9/gegpCkwrNWbK7A05Jnu/SedYs=";
};
pythonRelaxDeps = true;