mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emotion-generic-players: Update to 1.17.0.
* gnu/packages/enlightenment.scm (emotion-generic-players): Update to 1.17.0.
This commit is contained in:
parent
da5e7616a0
commit
e11e76b68e
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ (define-public evas-generic-loaders
|
||||||
(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 @@ (define-public emotion-generic-players
|
||||||
"-" 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)))
|
||||||
|
|
Loading…
Reference in a new issue