diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 11:03:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 11:10:57 +0100 |
commit | 763925b21d8683a423e38f91d07e0750b1d9f3e5 (patch) | |
tree | 9cc01e0c084cf0e7f2720b743eebd22106129b46 /gnu/packages | |
parent | 0b440be88fb7d1f0577d01f8039ef750dffa1a8a (diff) | |
download | guix-763925b21d8683a423e38f91d07e0750b1d9f3e5.tar guix-763925b21d8683a423e38f91d07e0750b1d9f3e5.tar.gz |
gnu: celluloid: Update to 0.18.
* gnu/packages/video.scm (celluloid): Update to 0.18.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1696560787..012a01f704 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -207,14 +207,14 @@ old-fashioned output methods with powerful ascii-art renderer.") (define-public celluloid (package (name "celluloid") - (version "0.17") + (version "0.18") (source (origin (method url-fetch) (uri (string-append "https://github.com/celluloid-player/celluloid/releases" "/download/v" version "/celluloid-" version ".tar.xz")) (sha256 - (base32 "0a3bhvs38gxjplygb0q9cx5djl5y0bmnxgaq0sd65j610a60f5h0")))) + (base32 "0gmscx9zb8ppfjlnmgbcmhknhawa05sdhxi7dv5wjapjq0glq481")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) |