posting: 2.7.1 -> 2.9.0 (#445174)

This commit is contained in:
Yohann Boniface
2025-09-29 21:15:56 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "posting";
version = "2.7.1";
version = "2.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "darrenburns";
repo = "posting";
tag = version;
hash = "sha256-2mRLkZ4rr5awc8X3thllUlB/XpFGs6uaPsYreSPB/nw=";
hash = "sha256-JkYcLh3S+vLfSCgIpiRu9tKPMjjDSdHtO8faeMlgbe8=";
};
pythonRelaxDeps = true;