guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bash-completion: Update to 2.7.


From: Efraim Flashner
Subject: 01/01: gnu: bash-completion: Update to 2.7.
Date: Sun, 23 Jul 2017 04:06:31 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8f155e3cff0c6ffed5f0b91e9fc9c1bf98a8c6b6
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 23 11:05:54 2017 +0300

    gnu: bash-completion: Update to 2.7.
    
    * gnu/packages/bash.scm (bash-completion): Update to 2.7.
---
 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 34cfa08..9e93dfc 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.6")
+    (version "2.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -271,7 +271,7 @@ without modification.")
                     version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1vx5bjasi0y3iwhgy2v72bdrsprkw8zjc9s8qd1l8rxil0nnbyv1"))
+                "07j484vb3k90f4989xh1g1x99g01akrp69p3dml4lza27wnqkfj1"))
               (patches
                (search-patches "bash-completion-directories.patch"))))
     (build-system gnu-build-system)



reply via email to

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