gnu: weechat: Update to 1.5.
* gnu/packages/irc.scm (weechat): Update to 1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									5f6aba6b62
								
							
						
					
					
						commit
						4aecc79bd7
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
 | 
					;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
 | 
				
			||||||
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
 | 
					;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -134,14 +135,14 @@ SILC and ICB protocols via plugins.")
 | 
				
			||||||
(define-public weechat
 | 
					(define-public weechat
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "weechat")
 | 
					    (name "weechat")
 | 
				
			||||||
    (version "1.4")
 | 
					    (version "1.5")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://weechat.org/files/src/weechat-"
 | 
					              (uri (string-append "http://weechat.org/files/src/weechat-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai"))
 | 
					                "0w87w4wy61x705ama8h36z9mgdj2gmmzdfrsxvwyh2m2as2max1i"))
 | 
				
			||||||
              (patches (search-patches "weechat-python.patch"))))
 | 
					              (patches (search-patches "weechat-python.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs `(("autoconf" ,autoconf)
 | 
					    (native-inputs `(("autoconf" ,autoconf)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue