python310Packages.libtmux: 0.23.0post0 -> 0.23.1

This commit is contained in:
R. Ryantm 2023-09-03 07:17:31 +00:00
parent d816b5ab44
commit 9a51733119

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "libtmux";
version = "0.23.0post0";
version = "0.23.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "tmux-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qk9QYfLVJVtkNgAZ19UziU7metluz10gDs9HbMoqZjo=";
hash = "sha256-uMsQFDPLsphS6T55sDMKFawYgAycp8u9NizF5ZHnMqQ=";
};
postPatch = ''