~ruther/guix-local

c762d09e89746025bc38299a933e7e6aa611b8b6 — Marius Bakke 9 years ago 7db818c
gnu: bash-completion: Update to 2.5.

* gnu/packages/bash.scm (bash-completion): Update to 2.5.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bash.scm
M gnu/packages/bash.scm => gnu/packages/bash.scm +2 -2
@@ 281,7 281,7 @@ can apply to a patch-level 0 Bash."
(define-public bash-completion
  (package
    (name "bash-completion")
    (version "2.4")
    (version "2.5")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 289,7 289,7 @@ can apply to a patch-level 0 Bash."
                    version "/" name "-" version ".tar.xz"))
              (sha256
               (base32
                "1xlhd09sb2w3bw8qaypxgkr0782w082mcbx8zf7yzjgy0996pxy0"))
                "1kwmii1z1ljx5i4z702ynsr8jgrq64bj9w9hl3n2aa2kcl659fdh"))
              (patches
               (search-patches "bash-completion-directories.patch"))))
    (build-system gnu-build-system)