diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2024-02-10 23:35:35 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-02-14 16:08:19 -0500 |
commit | ed0542bb1c32f7390488ada1edc38676872038aa (patch) | |
tree | aaef745dc420dcbb205bb0fa62ed8433af933710 /gnu | |
parent | 6c300187a88625b93bb4ad4b5338a53af55e869f (diff) | |
download | guix-ed0542bb1c32f7390488ada1edc38676872038aa.tar.gz guix-ed0542bb1c32f7390488ada1edc38676872038aa.zip |
gnu: celluloid: Update to 0.26.
* gnu/packages/video.scm (celluloid): Update to 0.26.
Change-Id: I1a39e1d615ea7cb5d96b30cd5283137472b6d946
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'gnu')
-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 1123fd0a44..06996097e7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -843,7 +843,7 @@ old-fashioned output methods with powerful ascii-art renderer.") (define-public celluloid (package (name "celluloid") - (version "0.25") + (version "0.26") (source (origin (method url-fetch) @@ -851,7 +851,7 @@ old-fashioned output methods with powerful ascii-art renderer.") "/releases/download/v" version "/celluloid-" version ".tar.xz")) (sha256 - (base32 "0an98lz90s4hhvrvqd1ja814mav9md9n843vhknjgcv4zmrwn0sg")))) + (base32 "1pjxmvjjvw9k0kvhhqp4x73x6a0mslffsdil431q8m3iwasffwb1")))) (build-system meson-build-system) (arguments (list |