gnu: imlib2: Update to 1.5.0.
* gnu/packages/image.scm (imlib2): Update to 1.5.0.
This commit is contained in:
		
							parent
							
								
									0458ab53f6
								
							
						
					
					
						commit
						cd5e084342
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -9,7 +9,7 @@
 | 
				
			||||||
;;; Copyright © 2014, 2017 John Darrington <jmd@gnu.org>
 | 
					;;; Copyright © 2014, 2017 John Darrington <jmd@gnu.org>
 | 
				
			||||||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 | 
					;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 | 
				
			||||||
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
 | 
					;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
 | 
				
			||||||
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 | 
					;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 | 
				
			||||||
;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 | 
					;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 | 
				
			||||||
| 
						 | 
					@ -633,7 +633,7 @@ compose, and analyze GIF images.")
 | 
				
			||||||
(define-public imlib2
 | 
					(define-public imlib2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "imlib2")
 | 
					    (name "imlib2")
 | 
				
			||||||
    (version "1.4.10")
 | 
					    (version "1.5.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -641,7 +641,7 @@ compose, and analyze GIF images.")
 | 
				
			||||||
                    "/imlib2-" version ".tar.bz2"))
 | 
					                    "/imlib2-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0wm2q2xlkbm71k7mw2jyzbxgzylrkcj5yh6nq58w5gybhp98qs9z"))))
 | 
					                "0kg28b5wp886hiy12v7abdybrvlymb7g3nvg0ysn2y8h883s5w8m"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkgconfig" ,pkg-config)))
 | 
					     `(("pkgconfig" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue