Commit 8f62341d authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

python310Packages.libtmux: 0.21.1 -> 0.22.1

parent ff3da215
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "libtmux";
  version = "0.21.1";
  version = "0.22.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "tmux-python";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-mWujuw2n5PfGdVnORTyYe83BGnwwZ/BFxt9BR5udZDA=";
    hash = "sha256-tz7Pynm/xHx2X3QjXkvFlX6sVlsVKqrsS1CVmqlqfj0=";
  };

  postPatch = ''