me
/
guix
Archived
1
0
Fork 0

gnu: celluloid: Update to 0.20.

* gnu/packages/video.scm (celluloid): Update to 0.20.
master
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
1 changed files with 5 additions and 4 deletions

View File

@ -698,14 +698,15 @@ old-fashioned output methods with powerful ascii-art renderer.")
(define-public celluloid (define-public celluloid
(package (package
(name "celluloid") (name "celluloid")
(version "0.19") (version "0.20")
(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"
"/download/v" version "/celluloid-" version ".tar.xz")) "/releases/download/v" version
"/celluloid-" version ".tar.xz"))
(sha256 (sha256
(base32 "1s3qkism96gi44incvsb6rqg255qcvjvw61ya7nw30md0sapj4sl")))) (base32 "0kjjv2pcdvwcn4yi8kbpsca7pnx6cx6xdznv7ppqm0fssx68qyb3"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)