mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.jello: 1.6.0 -> 1.6.1 (#412329)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user