aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-22 07:39:05 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-22 08:13:05 +0100
commitc762d09e89746025bc38299a933e7e6aa611b8b6 (patch)
tree78f40d55efd77a16a0691b0916c385a17a78a514 /gnu/system/shadow.scm
parent7db818c945cc8d3fe4c75e44d5ceb1dfd6d38cbe (diff)
downloadguix-c762d09e89746025bc38299a933e7e6aa611b8b6.tar.gz
guix-c762d09e89746025bc38299a933e7e6aa611b8b6.zip
gnu: bash-completion: Update to 2.5.
* gnu/packages/bash.scm (bash-completion): Update to 2.5.
Diffstat (limited to 'gnu/system/shadow.scm')
0 files changed, 0 insertions, 0 deletions
igin-sha256'. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll 2018-12-07maint: update-guix-package: Really register GC roots....Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'. Ludovic Courtès