diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:09:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 05:34:50 +0100 |
commit | a672ecf1d2e959d547efc9ca441fd99439f053a5 (patch) | |
tree | c9e2d50c5a5f0fc5d49396c04ac8f8e1f48898cc /gnu/packages/video.scm | |
parent | 3debb27e7ccdb614589adbc9b28b050c785abc01 (diff) | |
download | guix-a672ecf1d2e959d547efc9ca441fd99439f053a5.tar.gz |
gnu: celluloid: Update to 0.22.
* gnu/packages/video.scm (celluloid): Update to 0.22. [inputs]: Replace gtk+ (3) with gtk (4).
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4b7251ee23..63e30e48f5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -753,7 +753,7 @@ old-fashioned output methods with powerful ascii-art renderer.") (define-public celluloid (package (name "celluloid") - (version "0.21") + (version "0.22") (source (origin (method url-fetch) @@ -761,12 +761,12 @@ old-fashioned output methods with powerful ascii-art renderer.") "/releases/download/v" version "/celluloid-" version ".tar.xz")) (sha256 - (base32 "1dvyf21iv9hrgv99szc24386vkacmhidm5b4d31hqqjs3b6di692")))) + (base32 "18g596ja8g0fy79pmxqdlzqzb0f9xq69ik4bah8g2ppipfvxbpjz")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) (inputs - (list gtk+ libepoxy mpv)) + (list gtk libepoxy mpv)) (home-page "https://github.com/celluloid-player/celluloid") (synopsis "GTK+ frontend for the mpv media player") (description "Celluloid is a simple GTK+ frontend for the mpv media player. |