Merge pull request #288258 from Emantor/topic/chirp

chirp: unstable-2023-06-02 -> unstable-2024-02-08
This commit is contained in:
Mario Rodas 2024-02-15 16:22:41 -05:00 committed by GitHub
commit 9d53d0c01e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "chirp";
version = "unstable-2023-06-02";
version = "unstable-2024-02-08";
src = fetchFromGitHub {
owner = "kk7ds";
repo = "chirp";
rev = "72789c3652c332dc68ba694f8f8f005913fe5c95";
hash = "sha256-WQwCX7h9BFLdYOBVVntxQ6g4t3j7QLfNmlHVLzlRh7U=";
rev = "902043a937ee3611744f2a4e35cd902c7b0a8d0b";
hash = "sha256-oDUtR1xD73rfBRKkbE1f68siO/4oxoLxw16w1qa9fEo=";
};
buildInputs = [
glib