gnu: emotion-generic-loaders: Update to 1.14.0.
* gnu/packages/enlightenment.scm (emotion-generic-loaders): Update to 1.14.0.
This commit is contained in:
parent
7b09969b2e
commit
88988b41a2
|
@ -187,15 +187,15 @@ 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.13.0")
|
(version "1.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append
|
(string-append
|
||||||
"http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-"
|
"http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-"
|
||||||
version ".tar.gz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gin3cjhfj75v0gjsvv7harbj4fs4r7r1sfi74ncxzna71nrd8r3"))))
|
(base32 "0685jzag98ykknycfdqn70zif3fmcfi6m8k9yp6d79r1h8gc49n4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue