Unverified Commit e09eaea9 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

tmuxp: 1.55.0 -> 1.56.0 (#459938)

parents 3bad002a 8d2e2814
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.55.0";
  version = "1.56.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-reC609nY1kdmQInAphAfmSTZQQqitTD88EBv/4mU3h0=";
    hash = "sha256-6Nc6JHNZM6OUgoOfpD4wCDUlLAb2kLBplm1IjuVG/q8=";
  };

  build-system = with python3Packages; [