gnu: efl: Update to 1.21.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.21.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-17 11:36:15 +02:00
parent f6a4d57e06
commit ee127549a3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -62,7 +62,7 @@ (define-module (gnu packages enlightenment)
(define-public efl
(package
(name "efl")
(version "1.21.0")
(version "1.21.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -70,7 +70,7 @@ (define-public efl
version ".tar.xz"))
(sha256
(base32
"0jxfrcz2aq1synxzd6sh9nhxz7fg9qgz0idr8zj6gaiplmwbwrby"))))
"0a5907h896pvpix7a6idc2fspzy6d78xrzf84k8y9fyvnd14nxs4"))))
(outputs '("out" ; 49 MB
"include")) ; 17 MB
(build-system gnu-build-system)