Unverified Commit 2859ec6f authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

Merge pull request #221917 from mrene/update-chirp

chirp: unstable-2022-12-07 -> unstable-2023-03-15
parents ca5796e9 2ea51885
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "chirp";
  version = "unstable-2022-12-07";
  version = "unstable-2023-03-15";

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "dc0c98d22423b496faf0a86296a6ec0bb3b3e11a";
    hash = "sha256-z0xD11CB7Vt8k0dPXE+E5ZD9XAFwWNxjnUs25/Gd7zI=";
    rev = "33402b7c545c5a92b7042369867e7eb75ef32a59";
    hash = "sha256-duSEpd2GBBskoKNFos5X9wFtsjRct1918VhZd1T2rvU=";
  };

  propagatedBuildInputs = with python3.pkgs; [
@@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication rec {
    requests
    six
    wxPython_4_2
    yattag
  ];

  # "running build_ext" fails with no output