diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2023-06-15 23:40:12 -0400 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-20 22:14:09 +0100 |
commit | 8d46e3e0fd3a084e59d9aec2d82ca5c793728f06 (patch) | |
tree | 274363fc427a47cc3b156fc25ab7db8ce0df34aa | |
parent | 9d3ce0c408a66433f0ce56ec2ca9dddf966e626d (diff) |
gnu: celluloid: Update to 0.25.
* gnu/packages/video.scm (celluloid): Update to 0.25.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 908155755e..55eab972b9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -780,7 +780,7 @@ old-fashioned output methods with powerful ascii-art renderer.") (define-public celluloid (package (name "celluloid") - (version "0.24") + (version "0.25") (source (origin (method url-fetch) @@ -788,7 +788,7 @@ old-fashioned output methods with powerful ascii-art renderer.") "/releases/download/v" version "/celluloid-" version ".tar.xz")) (sha256 - (base32 "0ns9xh582c8kajw4v2x5ap5jfiba3gxywqc2klc0v6fc3id1gqii")))) + (base32 "0an98lz90s4hhvrvqd1ja814mav9md9n843vhknjgcv4zmrwn0sg")))) (build-system meson-build-system) (arguments (list |