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

python310Packages.libtmux: 0.23.0post0 -> 0.23.1
This commit is contained in:
Fabian Affolter 2023-09-03 09:58:14 +02:00 committed by GitHub
commit 6e70c3f570
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.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 = ''