chirp: 0.4.0-unstable-2025-07-25 -> 0.4.0-unstable-2025-08-04 (#431122)

Co-authored-by: ethancedwards8 <ethan@ethancedwards.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-05 11:07:25 +00:00 committed by GitHub
commit eea507d558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
python3Packages.buildPythonApplication { python3Packages.buildPythonApplication {
pname = "chirp"; pname = "chirp";
version = "0.4.0-unstable-2025-07-25"; version = "0.4.0-unstable-2025-08-04";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kk7ds"; owner = "kk7ds";
repo = "chirp"; repo = "chirp";
rev = "85e0655382b2c1564c387aa2fa5e21a444887ea1"; rev = "a8fb306f5627f2478d55541d21f7e9ed51363010";
hash = "sha256-IrwKTJt8RXJKzZFQjrEYndQ5WmG52IiJnB+hrw89tfU="; hash = "sha256-SQWKHkIf9d23AKnJQv58XlTmuL07HRj6oS8LW4BM+7Y=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [