mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: celluloid: Update to 0.25.
* gnu/packages/video.scm (celluloid): Update to 0.25. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
9d3ce0c408
commit
8d46e3e0fd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue