gnu: efl: Update to 1.15.1.
* gnu/packages/enlightenment.scm (efl): Update to 1.15.1. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
This commit is contained in:
		
							parent
							
								
									dab148b6e6
								
							
						
					
					
						commit
						f4db48580e
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -51,14 +51,15 @@
 | 
				
			||||||
(define-public efl
 | 
					(define-public efl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "efl")
 | 
					    (name "efl")
 | 
				
			||||||
    (version "1.14.2")
 | 
					    (version "1.15.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "https://download.enlightenment.org/rel/libs/efl/efl-"
 | 
					                    "https://download.enlightenment.org/rel/libs/efl/efl-"
 | 
				
			||||||
                    version ".tar.xz"))
 | 
					                    version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32 "0kg51v63ljq1z4dj65aiyxaqhq54gkl4hx53ifwbci6ihammandr"))))
 | 
					               (base32
 | 
				
			||||||
 | 
					                "1n2l2n09lys5dph9lrnsv5z3qbgzp7bi0vidal2fvy18hflbbvsn"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					@ -127,7 +128,8 @@
 | 
				
			||||||
for Enlightenment.  Libraries covers data serialization, wide support for
 | 
					for Enlightenment.  Libraries covers data serialization, wide support for
 | 
				
			||||||
graphics rendering, UI layout and themes, interaction with OS, access to
 | 
					graphics rendering, UI layout and themes, interaction with OS, access to
 | 
				
			||||||
removable devices or support for multimedia.")
 | 
					removable devices or support for multimedia.")
 | 
				
			||||||
    (license (list license:bsd-2 license:lgpl2.1 license:zlib)))) ; different parts under different licenses
 | 
					    ;; Different parts are under different licenses.
 | 
				
			||||||
 | 
					    (license (list license:bsd-2 license:lgpl2.1 license:zlib))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public elementary
 | 
					(define-public elementary
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue