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

This commit is contained in:
Winston R. Milling 2024-07-11 08:23:01 -05:00
parent 4f5c6cc337
commit 2a3320e08b
No known key found for this signature in database
GPG Key ID: A44A3B1758373973
2 changed files with 7 additions and 4 deletions

View File

@ -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
];

View File

@ -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 { };