Unverified Commit ab666e8a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #312792 from r-ryantm/auto-update/chirp

chirp: 0.4.0-unstable-2024-05-10 -> 0.4.0-unstable-2024-05-23
parents d4228ba6 ccd9a989
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "chirp";
  version = "0.4.0-unstable-2024-05-10";
  version = "0.4.0-unstable-2024-05-23";

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "d5dc5c8e053dbcf87c8b0ccf03109c0870c22bfb";
    hash = "sha256-Tqq1dTjtzHTgaHUAio5B8V4Bo+P8EPa3s/kG181TrCc=";
    rev = "743c98a579018238595f6e022e38e4f97f23140d";
    hash = "sha256-ooadPzP9UIhMHbl5v2H3eV0uZQqnNCXpwRjgbD8tFjA=";
  };
  buildInputs = [
    glib