python3Packages.libtmux: 0.55.0 -> 0.55.1

This commit is contained in:
R. Ryantm
2026-04-27 18:29:21 +00:00
parent c138071dd9
commit 0ea35e1cf9
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "libtmux";
version = "0.55.0";
version = "0.55.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tmux-python";
repo = "libtmux";
tag = "v${finalAttrs.version}";
hash = "sha256-34YwI0QjewDeigHYLiTdEi8PgleW1VCiaQSQvrSpf/s=";
hash = "sha256-A8mi0Q9ScbHmFRSvcF+wbn+lAO8B3/rU/+HvTXvxWPE=";
};
postPatch = ''