me
/
guix
Archived
1
0
Fork 0

gnu: celluloid: Update to 0.18.

* gnu/packages/video.scm (celluloid): Update to 0.18.
master
Tobias Geerinckx-Rice 2019-12-25 11:03:54 +01:00
parent 0b440be88f
commit 763925b21d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -207,14 +207,14 @@ old-fashioned output methods with powerful ascii-art renderer.")
(define-public celluloid (define-public celluloid
(package (package
(name "celluloid") (name "celluloid")
(version "0.17") (version "0.18")
(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 "0a3bhvs38gxjplygb0q9cx5djl5y0bmnxgaq0sd65j610a60f5h0")))) (base32 "0gmscx9zb8ppfjlnmgbcmhknhawa05sdhxi7dv5wjapjq0glq481"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)