mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: celluloid: Update to 0.21.
* gnu/packages/video.scm (celluloid): Update to 0.21.
This commit is contained in:
parent
4cc2a28157
commit
897177c98e
1 changed files with 2 additions and 2 deletions
|
@ -707,7 +707,7 @@ (define-public aalib
|
|||
(define-public celluloid
|
||||
(package
|
||||
(name "celluloid")
|
||||
(version "0.20")
|
||||
(version "0.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -715,7 +715,7 @@ (define-public celluloid
|
|||
"/releases/download/v" version
|
||||
"/celluloid-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0kjjv2pcdvwcn4yi8kbpsca7pnx6cx6xdznv7ppqm0fssx68qyb3"))))
|
||||
(base32 "1dvyf21iv9hrgv99szc24386vkacmhidm5b4d31hqqjs3b6di692"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue