Unverified Commit e1c235c1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.libtmux: 0.23.1 -> 0.23.2
parents 74c10dd0 ebe1cb8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''