python310Packages.libtmux: 0.23.1 -> 0.23.2

This commit is contained in:
R. Ryantm 2023-09-13 12:10:27 +00:00
parent 79812f80f3
commit ebe1cb8c0f

View file

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