Unverified Commit 90ed82de authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

chirp: 0.4.0-unstable-2025-03-17 -> 0.4.0-unstable-2025-03-27 (#394345)



Co-authored-by: default avatarwrmilling <Winston@Milli.ng>
parents 60f2460b 3ee6c352
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-03-17";
  version = "0.4.0-unstable-2025-03-27";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "7d0a609a24efa7861a9cedd0abe057a250857d97";
    hash = "sha256-BL5+z3CFInCEXgwyx4sHaHbUXLWwe/JWevD1ZDxQStQ=";
    rev = "906aa9704dfd131fabbcb3ae2dbba33b7cc2a5da";
    hash = "sha256-oRo26GB28wQ5gx+EgN/xyvOyA4IaObG0np05bFlJsF8=";
  };

  nativeBuildInputs = [