# -*- mode: snippet -*- # name: guix-vc-commit-message-rename-package # key: rename # -- gnu: ${1:`(when (string-match "\\-(define-public \\(\\S-+\\)" vc-patch-string) (match-string-no-properties 1 vc-patch-string)) `}: Rename package to ${2:` (when (string-match "\\+(define-public \\(\\S-+\\)" vc-patch-string) (match-string-no-properties 1 vc-patch-string))`}. * `(car (log-edit-files))` ($1): Define in terms of 'deprecated-package'. ($2): New variable, formerly known as "$1". `(mapconcat (lambda (file) (concat "* " file)) (cdr (log-edit-files)) "\n")` 362e674f2ee85eb978cfd32aec4900a5ceafc3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
AgeCommit message (Expand)Author
2022-04-18gnu: janet: Update to 1.21.1....* gnu/packages/lisp.scm (janet): Update to 1.21.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart
2022-03-25gnu: txr: Update to 274....* gnu/packages/lisp.scm (txr): Update to 274. Guillaume Le Vaillant
2022-03-13gnu: janet: Update to 1.20.0....* gnu/packages/lisp.scm (janet): Update to 1.20.0. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> jgart
2022-03-11gnu: ecl: Run tests conditionally and please lint....* gnu/packages/lisp.scm (ecl)[source]: Adjust origin URL. [inputs]: Add bash-minimal. [arguments]: Move the comment about failing tests above the deleted check phase. [tests?]: Do not explicitly set to #t. [phases]: Delete trailing #t. [home-page]: Update. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos
2022-03-03gnu: sbcl: Update to 2.2.2....* gnu/packages/lisp.scm (sbcl): Update to 2.2.2. Guillaume Le Vaillant