Unverified Commit ff018c8e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

chirp: 0.4.0-unstable-2024-02-08 -> 0.4.0-unstable-2024-05-03
parents 8cb19102 fc417a07
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-02-08";
  version = "0.4.0-unstable-2024-05-03";

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "902043a937ee3611744f2a4e35cd902c7b0a8d0b";
    hash = "sha256-oDUtR1xD73rfBRKkbE1f68siO/4oxoLxw16w1qa9fEo=";
    rev = "e95140ff433b805ca16df04cba501b7332a9ec95";
    hash = "sha256-UU3Ve6Yb7UK2nOLTfJasrlMX4iu1cpLBLScvhRhTUJ0=";
  };
  buildInputs = [
    glib