Merge pull request #254938 from r-ryantm/auto-update/python310Packages.libtmux

python310Packages.libtmux: 0.23.1 -> 0.23.2
This commit is contained in:
Nick Cao 2023-09-13 09:03:21 -04:00 committed by GitHub
commit e1c235c1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''