aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-31 16:58:25 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-10-31 21:57:58 +0100
commita9ee95aec119601332875d9c4becef2331780fee (patch)
treef0a30a41947d39905dbdbe6937776c5020619435 /gnu/packages/image-processing.scm
parentdfd3934b6bb87e0aa26a2753296e846ac21c256d (diff)
downloadguix-a9ee95aec119601332875d9c4becef2331780fee.tar.gz
guix-a9ee95aec119601332875d9c4becef2331780fee.zip
gnu: r-htmltable: Update to 2.4.2.
* gnu/packages/cran.scm (r-htmltable): Update to 2.4.2. [arguments]: Replace minified JavaScript. [native-inputs]: Add esbuild and js-jquery. Change-Id: Iacc17957c2a773ca651d3a9e980a3e4281874829
Diffstat (limited to 'gnu/packages/image-processing.scm')
0 files changed, 0 insertions, 0 deletions
port new-style plain list inputs in addition to old-style inputs with labels. Ricardo Wurmus 2021-09-21etc: committer: Amend previous commit if a copyright line was added....Previously, the script would raise an error if a copyright line was added to a file in gnu/packages/. With this change, it will amend the previous commit whenever a copyright line is added, and add the copyright line to the commit. * etc/committer.scm.in (add-copyright-line): New procedure. (main): Check if a copyright line was added and call ‘add-copyright-line’ if necessary. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2021-08-10etc/committer: Pass command-line arguments to main....* etc/committer.scm.in: Call main with command line arguments. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sarah Morgensen 2021-08-10etc/committer: Support custom commit messages....Allow custom change commit messages by supplying a commit message and optionally a changelog message as arguments. * etc/committer.scm.in (break-string-with-newlines) (custom-commit-message): New procedures. (main)[change-commit-message*]: New sub-procedure. Use them. (main): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sarah Morgensen 2021-08-07etc: committer: Support reading G-expressions....Some package definitions use G-expressions (see, e.g., chez-scheme). Import (guix gexp) such that Guile knows how to read those. Otherwise, an exception such as the following might be raised: ERROR: In procedure read: In procedure scm_lreadr: gnu/services/networking.scm:480:16: Unknown # object: #\~ * etc/committer.scm.in: Import (guix gexp). Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Maxime Devos 2021-05-04etc: Break long lines in commit messages....* etc/committer.scm.in (break-string): New procedure. (change-commit-message): Use it. Ricardo Wurmus