Commit df17e071 authored by R. RyanTM's avatar R. RyanTM
Browse files

chirp: 0.4.0-unstable-2025-10-09 -> 0.4.0-unstable-2025-10-14

parent 07ffd4bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication {
  pname = "chirp";
  version = "0.4.0-unstable-2025-10-09";
  version = "0.4.0-unstable-2025-10-14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "abd542d16e7351ae7fff3c56b40172315dcf690c";
    hash = "sha256-ncO+/M4ZU0yZOd2DeL9ZCmZS+FhrByeiOtlY/By7bmQ=";
    rev = "1e7dd4b2b83980dba5020b3787fa4c3f4dc5b68a";
    hash = "sha256-zzkppK0B1udSODKwLOJtE0kEQVLWD9xMhNvnH0wzoK0=";
  };

  nativeBuildInputs = [