guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: bash-completion: Update to 2.5.


From: Marius Bakke
Subject: 04/04: gnu: bash-completion: Update to 2.5.
Date: Wed, 22 Feb 2017 02:14:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c762d09e89746025bc38299a933e7e6aa611b8b6
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 22 07:39:05 2017 +0100

    gnu: bash-completion: Update to 2.5.
    
    * gnu/packages/bash.scm (bash-completion): Update to 2.5.
---
 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 c121fd8..c3b9439 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]