diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-04-05 00:04:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-05 20:41:39 +0200 |
commit | 3e599b99dad9e747a439162d20c542d141fa7e01 (patch) | |
tree | e3cfc7346f15634d94f5f97f4f0a456d0faf99be /gnu/packages/video.scm | |
parent | 1e0cd871b847a47c1884c3749c2851bf6ac5d479 (diff) |
gnu: celluloid: Update to 0.23.
* gnu/packages/video.scm (celluloid): Update to 0.23.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 eb5586b11f..4bc50073cd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -40,7 +40,7 @@ ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2020 Alex McGrath <amk@amk.ie> -;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de> +;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org> ;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro> @@ -759,7 +759,7 @@ old-fashioned output methods with powerful ascii-art renderer.") (define-public celluloid (package (name "celluloid") - (version "0.22") + (version "0.23") (source (origin (method url-fetch) @@ -767,7 +767,7 @@ old-fashioned output methods with powerful ascii-art renderer.") "/releases/download/v" version "/celluloid-" version ".tar.xz")) (sha256 - (base32 "18g596ja8g0fy79pmxqdlzqzb0f9xq69ik4bah8g2ppipfvxbpjz")))) + (base32 "0x23y09jwkg8wbb0yp5f03sj5hwjg3kyhbbww2y1a0izs1iijbdj")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) |