guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/36: gnu: celluloid: Update to 0.25.


From: guix-commits
Subject: 32/36: gnu: celluloid: Update to 0.25.
Date: Tue, 20 Jun 2023 17:19:27 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 8d46e3e0fd3a084e59d9aec2d82ca5c793728f06
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Jun 15 23:40:12 2023 -0400

    gnu: celluloid: Update to 0.25.
    
    * gnu/packages/video.scm (celluloid): Update to 0.25.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/video.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]