gnu: elementary: Update to 1.16.1.

* gnu/packages/enlightenment.scm (elementary): Update to 1.16.1.
This commit is contained in:
Efraim Flashner 2015-12-27 15:33:20 +02:00
parent c1a064c96e
commit 85d42329b3
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ removable devices or support for multimedia.")
(define-public elementary (define-public elementary
(package (package
(name "elementary") (name "elementary")
(version "1.16.0") (version "1.16.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -143,7 +143,7 @@ removable devices or support for multimedia.")
"elementary/elementary-" version ".tar.xz")) "elementary/elementary-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1546b7pdpw6nx1hjxy674zr8dgpzwl7lq3hvnv4axkpd4zwkqgs8")))) "0q58imh7s35q6cq5hsa6gqj84rkckh8s61iass8zyvcw19j66f3y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))