gnu: gajim: Update to 0.16.7.
* gnu/packages/messaging.scm (gajim): Update to 0.16.7.
This commit is contained in:
		
							parent
							
								
									85bc5434ed
								
							
						
					
					
						commit
						f24ebd3b64
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
 | 
					;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
 | 
				
			||||||
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
 | 
					;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
 | 
				
			||||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
 | 
					;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
 | 
				
			||||||
;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016, 2017 <contact.ng0@cryptolab.net>
 | 
					;;; Copyright © 2016, 2017 <contact.ng0@cryptolab.net>
 | 
				
			||||||
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
 | 
					;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
 | 
				
			||||||
| 
						 | 
					@ -446,7 +446,7 @@ was initially a fork of xmpppy, but is using non-blocking sockets.")
 | 
				
			||||||
(define-public gajim
 | 
					(define-public gajim
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gajim")
 | 
					    (name "gajim")
 | 
				
			||||||
    (version "0.16.6")
 | 
					    (version "0.16.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://gajim.org/downloads/"
 | 
					              (uri (string-append "https://gajim.org/downloads/"
 | 
				
			||||||
| 
						 | 
					@ -454,7 +454,7 @@ was initially a fork of xmpppy, but is using non-blocking sockets.")
 | 
				
			||||||
                                  "/gajim-" version ".tar.bz2"))
 | 
					                                  "/gajim-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1p3qwzy07f0wkika9yigyiq167l2k6wn12flqa7x55z4ihbysmqk"))))
 | 
					                "13sxz0hpvyj2yvcbsfqq9yn0hp1d1zsxsj40r0v16jlibha5da9n"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue