python3Packages.jello: 1.6.0 -> 1.6.1 (#412329)

This commit is contained in:
Nick Cao
2025-05-30 16:33:17 -04:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "jello";
version = "1.6.0";
version = "1.6.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = "jello";
rev = "v${version}";
hash = "sha256-EN09Kcnw4HNT2roCoQyZkoHEfkM9qxqtneZPuBg46z4=";
tag = "v${version}";
hash = "sha256-RAQ04R1zDL9hk1q19GSFvdkxse5rJZXpboAondOoHEc=";
};
nativeBuildInputs = [ installShellFiles ];
@@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "CLI tool to filter JSON and JSON Lines data with Python syntax";
mainProgram = "jello";
homepage = "https://github.com/kellyjonbrazil/jello";
changelog = "https://github.com/kellyjonbrazil/jello/blob/${src.rev}/CHANGELOG";
changelog = "https://github.com/kellyjonbrazil/jello/blob/${src.tag}/CHANGELOG";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
};