mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: celluloid: Update to 0.19.
* gnu/packages/video.scm (celluloid): Update to 0.19.
This commit is contained in:
parent
90b74c6fba
commit
ca708858b1
1 changed files with 2 additions and 2 deletions
|
@ -214,14 +214,14 @@ (define-public aalib
|
||||||
(define-public celluloid
|
(define-public celluloid
|
||||||
(package
|
(package
|
||||||
(name "celluloid")
|
(name "celluloid")
|
||||||
(version "0.18")
|
(version "0.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/celluloid-player/celluloid/releases"
|
(uri (string-append "https://github.com/celluloid-player/celluloid/releases"
|
||||||
"/download/v" version "/celluloid-" version ".tar.xz"))
|
"/download/v" version "/celluloid-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gmscx9zb8ppfjlnmgbcmhknhawa05sdhxi7dv5wjapjq0glq481"))))
|
(base32 "1s3qkism96gi44incvsb6rqg255qcvjvw61ya7nw30md0sapj4sl"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue