Skip to content
Snippets Groups Projects
Unverified Commit b07e0863 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: bash-completion: Update to 2.4.

* gnu/packages/bash.scm (bash-completion): Update to 2.4.
[home-page]: Update to redirected home-page.
parent 523b77fa
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,7 @@ (define-public static-bash ...@@ -275,7 +275,7 @@ (define-public static-bash
(define-public bash-completion (define-public bash-completion
(package (package
(name "bash-completion") (name "bash-completion")
(version "2.3") (version "2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -283,7 +283,7 @@ (define-public bash-completion ...@@ -283,7 +283,7 @@ (define-public bash-completion
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1sg82nmsr00ig37skln2qvmi8mgbxgdvycm3ygzs8gbz66pq3q5j")) "1xlhd09sb2w3bw8qaypxgkr0782w082mcbx8zf7yzjgy0996pxy0"))
(patches (patches
(search-patches "bash-completion-directories.patch")))) (search-patches "bash-completion-directories.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
...@@ -316,7 +316,7 @@ (define-public bash-completion ...@@ -316,7 +316,7 @@ (define-public bash-completion
(description (description
"This package provides extensions that allow Bash to provide adapted "This package provides extensions that allow Bash to provide adapted
completion for many common commands.") completion for many common commands.")
(home-page "http://bash-completion.alioth.debian.org/") (home-page "https://github.com/scop/bash-completion")
(license gpl2+))) (license gpl2+)))
(define-public bash-tap (define-public bash-tap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment