gnu: emotion-generic-players: Update to 1.17.0.

* gnu/packages/enlightenment.scm (emotion-generic-players): Update to 1.17.0.
master
Efraim Flashner 2016-02-03 21:41:29 +02:00
parent da5e7616a0
commit e11e76b68e
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ files in Evas (EFL canvas library).")
(define-public emotion-generic-players (define-public emotion-generic-players
(package (package
(name "emotion-generic-players") (name "emotion-generic-players")
(version "1.16.0") (version "1.17.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -203,7 +203,7 @@ files in Evas (EFL canvas library).")
"-" version ".tar.xz")) "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"163ay26c6dx49m1am7vsxxn0gy877zhayxq0yxn9zkbq2srzvjym")))) "03kaql95mk0c5j50v3c5i5lmlr3gz7xlh8p8q87xz8zf9j5h1pp7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))