Commit 3165d937 authored by Otavio Salvador's avatar Otavio Salvador
Browse files

tmuxp: 1.49.0 -> 1.50.1

parent 8dfd8ed9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

python3Packages.buildPythonApplication rec {
  pname = "tmuxp";
  version = "1.49.0";
  version = "1.50.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Fip2HnwIa03khiYlL5FkhVo84oS0OSD9f79bEFLBoNc=";
    hash = "sha256-v7k0S0dMmpmwZkCJhPKiE+sEtVkOL+tE4Io66EIEXP0=";
  };

  build-system = with python3Packages; [