guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: fish-guix: Update to 0.1.2.1.


From: Ludovic Courtès
Subject: 05/06: gnu: fish-guix: Update to 0.1.2.1.
Date: Thu, 30 Nov 2017 12:15:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e33904336f5692eeeb4031d35341036a6bc46052
Author: ng0 <address@hidden>
Date:   Thu Nov 30 14:22:17 2017 +0000

    gnu: fish-guix: Update to 0.1.2.1.
    
    * gnu/packages/shells.scm (fish-guix): Update to 0.1.2.1.
    (license): Switch to bsd-3.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/shells.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 6293464..1f07699 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016 Stefan Reichör <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Arun Isaac <address@hidden>
 ;;;
@@ -149,7 +149,7 @@ highlighting.")
 (define-public fish-guix
   (package
     (name "fish-guix")
-    (version "0.1.1")
+    (version "0.1.2.1")
     (source
      (origin
        (method url-fetch)
@@ -157,7 +157,7 @@ highlighting.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0xi0j9lvzh43lrj82gz52n2cjln0i0pgayngrg4hy5w4449biy0z"))))
+         "0k71hcn7nr523w74jw2i68x52s9hv6vmasnvnn7yr3xxvzn4kqgf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No checks.
@@ -170,7 +170,7 @@ highlighting.")
     (synopsis "Fish completions for Guix")
     (description
      "Fish-guix provides completions for Guix for users of the fish shell.")
-    (license public-domain)))
+    (license bsd-3)))
 
 (define-public rc
   (package



reply via email to

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