summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/bash.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index c121fd84d6..c3b94391e1 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -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)