python3Packages.libtmux: 0.47.0 -> 0.53.0
https://github.com/tmux-python/libtmux/raw/v0.53.0/CHANGES This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libtmux";
|
||||
version = "0.47.0";
|
||||
version = "0.53.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tmux-python";
|
||||
repo = "libtmux";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yrz9fMr33yj/u0uGUNHYv0zOTvtfJ2u0TKToBO8ha6U=";
|
||||
hash = "sha256-lGi5hjq1lcZtotCbNmwE0tPqwwEj5c9CJLx78eibg6Y=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -63,7 +63,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Typed scripting library / ORM / API wrapper for tmux";
|
||||
homepage = "https://libtmux.git-pull.com/";
|
||||
changelog = "https://github.com/tmux-python/libtmux/raw/v${version}/CHANGES";
|
||||
changelog = "https://github.com/tmux-python/libtmux/raw/${src.tag}/CHANGES";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ otavio ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user