Unverified Commit 2a3320e0 authored by Winston R. Milling's avatar Winston R. Milling
Browse files

chirp: 0.4.0-unstable-2024-05-10 -> 0.4.0-unstable-2024-07-05

parent 4f5c6cc3
Loading
Loading
Loading
Loading
+4 −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-24";
  version = "0.4.0-unstable-2024-07-05";

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "e17c021ba4fc39eea8a2a1de37ef04a0d1253090";
    hash = "sha256-YvIRo7g9fxnlf8og5CM2JLf8DeADVkcHdvb4ppS1veE=";
    rev = "f28814fff0566dcf6f93ac5b7a79d6d594202757";
    hash = "sha256-SQ0j9DGJc48TsaUaesixJT/pMBm9NGw22qapSokj9r8=";
  };
  buildInputs = [
    glib
@@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
    pyserial
    requests
    six
    suds
    wxpython
    yattag
  ];
+3 −1
Original line number Diff line number Diff line
@@ -29746,7 +29746,9 @@ with pkgs;
  chatty = callPackage ../applications/networking/instant-messengers/chatty { };
  chirp = callPackage ../applications/radio/chirp { };
  chirp = callPackage ../applications/radio/chirp {
    python3 = python311;
  };
  browsh = callPackage ../applications/networking/browsers/browsh { };