gnu: celluloid: Update to 0.20.

* gnu/packages/video.scm (celluloid): Update to 0.20.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 21:02:19 +02:00
parent 5c9ea15daa
commit 26746c6719
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -698,14 +698,15 @@ (define-public aalib
(define-public celluloid
(package
(name "celluloid")
(version "0.19")
(version "0.20")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/celluloid-player/celluloid/releases"
"/download/v" version "/celluloid-" version ".tar.xz"))
(uri (string-append "https://github.com/celluloid-player/celluloid"
"/releases/download/v" version
"/celluloid-" version ".tar.xz"))
(sha256
(base32 "1s3qkism96gi44incvsb6rqg255qcvjvw61ya7nw30md0sapj4sl"))))
(base32 "0kjjv2pcdvwcn4yi8kbpsca7pnx6cx6xdznv7ppqm0fssx68qyb3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)