Unverified Commit 9246cffd authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

tmuxp: 1.64.0 -> 1.67.0 (#503916)

parents 3e28f969 a60d1122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "tmuxp";
  version = "1.64.0";
  version = "1.67.0";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-jx5duGqxgXqDHfc74mZ6YZlxdW16bYJ3KD5hRReJmCw=";
    hash = "sha256-mQcg2fpab0dYeQrswgHS0prwrZrYxHtYrCCssOipTxI=";
  };

  build-system = with python3Packages; [