guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: ii: Update to 1.8.


From: Tobias Geerinckx-Rice
Subject: 04/12: gnu: ii: Update to 1.8.
Date: Sun, 4 Mar 2018 12:06:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e0dbead5a73ffc666af38e044bb48ca94f261794
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 4 01:26:07 2018 +0100

    gnu: ii: Update to 1.8.
    
    * gnu/packages/irc.scm (ii): Update to 1.8.
---
 gnu/packages/irc.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index b00fd6c..3521b18 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 ng0 <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -272,22 +272,22 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
 (define-public ii
   (package
     (name "ii")
-    (version "1.7")
+    (version "1.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://dl.suckless.org/tools/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "176cqwnn6h7w4kbfd66hzqa243l26pqp2b06bii0nmnm0rkaqwis"))))
+                "1lk8vjl7i8dcjh4jkg8h8bkapcbs465sy8g9c0chfqsywbmf3ndr"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; no tests
+     `(#:tests? #f                      ; no tests
        #:make-flags (list (string-append "PREFIX=" %output)
                           "CC=gcc")
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)))) ; no configure
+         (delete 'configure))))         ; no configure
     (home-page "http://tools.suckless.org/ii/";)
     (synopsis "FIFO and file system based IRC client")
     (description



reply via email to

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