3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: celluloid: Update to 0.21.

* gnu/packages/video.scm (celluloid): Update to 0.21.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-23 00:09:32 +01:00
parent 4cc2a28157
commit 897177c98e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -707,7 +707,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
(define-public celluloid
(package
(name "celluloid")
(version "0.20")
(version "0.21")
(source
(origin
(method url-fetch)
@ -715,7 +715,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
"/releases/download/v" version
"/celluloid-" version ".tar.xz"))
(sha256
(base32 "0kjjv2pcdvwcn4yi8kbpsca7pnx6cx6xdznv7ppqm0fssx68qyb3"))))
(base32 "1dvyf21iv9hrgv99szc24386vkacmhidm5b4d31hqqjs3b6di692"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)