python310Packages.libtmux: 0.11.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2022-08-13 04:43:04 +00:00
parent e2c651c0de
commit 878db86102

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "libtmux";
version = "0.11.0";
version = "0.13.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "tmux-python";
repo = pname;
rev = "v${version}";
hash = "sha256-QbKqS40la6UGZENyGEw5kXigzexp3q7ff43fKlQ9GqE=";
rev = "refs/tags/v${version}";
hash = "sha256-u08lxVMuyO5CwFbmxn69QqdSWcvGaSMZgizRJlsHa0k=";
};
nativeBuildInputs = [