aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/proxy.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-17 23:09:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-17 23:09:45 +0100
commit612a24a7b88bdbd0a7cddb8eae3a945875839c84 (patch)
tree735040b1e0d9bae1ec7c8a1e82ff8e6c66e707af /gnu/installer/proxy.scm
parent7f7ca62e27678306a2afae15b161a2f5cc08f03b (diff)
downloadguix-612a24a7b88bdbd0a7cddb8eae3a945875839c84.tar.gz
guix-612a24a7b88bdbd0a7cddb8eae3a945875839c84.zip
gnu: r-proj4: Update to 1.0-14.
* gnu/packages/cran.scm (r-proj4): Update to 1.0-14. Change-Id: I97575fc9f094b0e3cedb33dc83bbea286ed6c63d
Diffstat (limited to 'gnu/installer/proxy.scm')
0 files changed, 0 insertions, 0 deletions
etc: 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 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