aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/dict.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-20 00:24:45 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:38 +0800
commit57f97422641a55a3566d368379ef53137ab6a941 (patch)
treeacb4841cd33d8626c9179f568ae61f9ed759c77e /gnu/tests/dict.scm
parent05c02fd269c080ae8f4a9427857e68858d07649f (diff)
downloadguix-57f97422641a55a3566d368379ef53137ab6a941.tar.gz
guix-57f97422641a55a3566d368379ef53137ab6a941.zip
gnu: kirigami: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kirigami): Update to 6.4.0. Change-Id: Ib605686211c3a97b1dd494d3021a81169e32ab1d
Diffstat (limited to 'gnu/tests/dict.scm')
0 files changed, 0 insertions, 0 deletions
committer.scm.in?id=5e6efdfeecae82315862ebee95ce02bb868eb0f3'>etc/committer: Teach it how to commit package removal....* etc/committer.scm.in (hunk-types): New variable. (<hunk>): Rename hunk-definition? getter to 'hunk-type'. (diff-info): Mute a git warning by separating file names from arguments with '--'. Rename the 'definitions?' variable to 'type'. Use the 'addition type when a new package addition is detected, 'removal when removed else #f. (add-commit-message): Re-indent. (remove-commit-message): New procedure. (main)[definitions]: Make commit message conditional depending on whether it is an addition or removal. [changes]: Adjust indentation. Maxim Cournoyer 2022-05-31etc/committer: Prefix (sxml xpath) symbols to avoid name conflict....This avoids a naming conflict for 'filter', provided by both (srfi srfi-1) and (sxml xpath). * etc/committer.scm.in: Use 'use-modules' instead of 'import', and use a prefix for the (sxml xpath) module. (new-sexp): Adjust accordingly. (change-commit-message): Likewise. Maxim Cournoyer 2022-01-23etc: committer: Support plain input lists....* etc/committer.scm.in (change-commit-message): Support new-style plain list inputs in addition to old-style inputs with labels. Ricardo Wurmus