From 16a953c9377d446b78b0cc12e7b1bb04ab7b3057 Mon Sep 17 00:00:00 2001 From: Flakebi Date: Sat, 15 Apr 2023 13:38:29 +0200 Subject: [PATCH] yamlpath: 3.7.0 -> 3.8.0 Diff: https://github.com/wwkimball/yamlpath/compare/refs/tags/v3.7.0...v3.8.0 Changelog: https://github.com/wwkimball/yamlpath/releases/tag/v3.8.0 --- pkgs/development/tools/yamlpath/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/yamlpath/default.nix b/pkgs/development/tools/yamlpath/default.nix index 2a2abf9cf018..2cfe916d8c8b 100644 --- a/pkgs/development/tools/yamlpath/default.nix +++ b/pkgs/development/tools/yamlpath/default.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "yamlpath"; - version = "3.7.0"; + version = "3.8.0"; format = "setuptools"; src = fetchFromGitHub { owner = "wwkimball"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-07WP3VoWtcUwqkJOC9FcYxV0832DH6KPcGIDAn1QEYc="; + sha256 = "sha256-6N2s/LWFa3mgMQ88rt3IaWk+b2PTWfT7z1mi+ioQEyU="; }; propagatedBuildInputs = with python3.pkgs; [ @@ -39,6 +39,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Command-line processors for YAML/JSON/Compatible data"; homepage = "https://github.com/wwkimball/yamlpath"; + changelog = "https://github.com/wwkimball/yamlpath/releases/tag/v${version}"; longDescription = '' Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax