Merge pull request #235738 from f2k1de/chirp-2023-06-02

chirp: unstable-2023-03-15 -> unstable-2023-06-02
This commit is contained in:
Sandro 2023-06-09 21:39:06 +02:00 committed by GitHub
commit 220b3a245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "chirp";
version = "unstable-2023-03-15";
version = "unstable-2023-06-02";
src = fetchFromGitHub {
owner = "kk7ds";
repo = "chirp";
rev = "33402b7c545c5a92b7042369867e7eb75ef32a59";
hash = "sha256-duSEpd2GBBskoKNFos5X9wFtsjRct1918VhZd1T2rvU=";
rev = "72789c3652c332dc68ba694f8f8f005913fe5c95";
hash = "sha256-WQwCX7h9BFLdYOBVVntxQ6g4t3j7QLfNmlHVLzlRh7U=";
};
buildInputs = [
glib