Commit 11b29071 authored by R. RyanTM's avatar R. RyanTM
Browse files

chirp: 0.4.0-unstable-2024-09-05 -> 0.4.0-unstable-2024-09-19

parent 90a3274d
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-09-05";
  version = "0.4.0-unstable-2024-09-19";

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "f9f5afa33388d3b05af75b40195b6a45a19df9a2";
    hash = "sha256-wpUtSXSmT9SgwKMYeto7jJGK7ZEFQ/t37wWjUMB86YQ=";
    rev = "786e37ce269a4bf50bd7a75143479862f52c0eeb";
    hash = "sha256-+vY4d4z5oqrhPqokSGwCCP/oNz0al3+91akisSESXGk=";
  };
  buildInputs = [
    glib