summaryrefslogtreecommitdiff
path: root/gnu/packages/bash.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-10-10 11:58:11 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-10-10 11:58:11 +0300
commitb07e0863733808e279aeefa585052db72695e59c (patch)
treef3bf831cec459de916e590b600213571e072f33d /gnu/packages/bash.scm
parent523b77faef0caa60d13ba2a83a9a0ca65ef8833c (diff)
downloadguix-patches-b07e0863733808e279aeefa585052db72695e59c.tar
guix-patches-b07e0863733808e279aeefa585052db72695e59c.tar.gz
gnu: bash-completion: Update to 2.4.
* gnu/packages/bash.scm (bash-completion): Update to 2.4. [home-page]: Update to redirected home-page.
Diffstat (limited to 'gnu/packages/bash.scm')
-rw-r--r--gnu/packages/bash.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index bddb83046a..f3d851717f 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -275,7 +275,7 @@ without modification.")
(define-public bash-completion
(package
(name "bash-completion")
- (version "2.3")
+ (version "2.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -283,7 +283,7 @@ without modification.")
version "/" name "-" version ".tar.xz"))
(sha256
(base32
- "1sg82nmsr00ig37skln2qvmi8mgbxgdvycm3ygzs8gbz66pq3q5j"))
+ "1xlhd09sb2w3bw8qaypxgkr0782w082mcbx8zf7yzjgy0996pxy0"))
(patches
(search-patches "bash-completion-directories.patch"))))
(build-system gnu-build-system)
@@ -316,7 +316,7 @@ without modification.")
(description
"This package provides extensions that allow Bash to provide adapted
completion for many common commands.")
- (home-page "http://bash-completion.alioth.debian.org/")
+ (home-page "https://github.com/scop/bash-completion")
(license gpl2+)))
(define-public bash-tap