[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: bash-completion: Update to 2.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/03: gnu: bash-completion: Update to 2.6. |
Date: |
Wed, 5 Jul 2017 19:26:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ab3cac37850d5bc511688922080de58b84cd609c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jul 5 22:50:58 2017 +0200
gnu: bash-completion: Update to 2.6.
* gnu/packages/bash.scm (bash-completion): Update to 2.6.
---
gnu/packages/bash.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index ef22728..34cfa08 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -263,7 +263,7 @@ without modification.")
(define-public bash-completion
(package
(name "bash-completion")
- (version "2.5")
+ (version "2.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -271,7 +271,7 @@ without modification.")
version "/" name "-" version ".tar.xz"))
(sha256
(base32
- "1kwmii1z1ljx5i4z702ynsr8jgrq64bj9w9hl3n2aa2kcl659fdh"))
+ "1vx5bjasi0y3iwhgy2v72bdrsprkw8zjc9s8qd1l8rxil0nnbyv1"))
(patches
(search-patches "bash-completion-directories.patch"))))
(build-system gnu-build-system)