guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: celluloid: Update to 0.26.


From: guix-commits
Subject: 08/16: gnu: celluloid: Update to 0.26.
Date: Wed, 14 Feb 2024 16:15:41 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit ed0542bb1c32f7390488ada1edc38676872038aa
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:35 2024 -0500

    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>
---
 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 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



reply via email to

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