posting: 2.9.0 -> 2.9.1 (#448188)

This commit is contained in:
Nick Cao
2025-10-03 21:59:58 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "posting";
version = "2.9.0";
version = "2.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "darrenburns";
repo = "posting";
tag = version;
hash = "sha256-JkYcLh3S+vLfSCgIpiRu9tKPMjjDSdHtO8faeMlgbe8=";
hash = "sha256-YaN7kuGRZ6UJTuf2vYDnIinyzMzsKDQEA4B5SmmggA4=";
};
pythonRelaxDeps = true;