guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: celluloid: Update to 0.21.


From: guix-commits
Subject: 04/04: gnu: celluloid: Update to 0.21.
Date: Mon, 22 Mar 2021 19:11:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 897177c98e62ef53af52aeafc349c9e858b41389
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 23 00:09:32 2021 +0100

    gnu: celluloid: Update to 0.21.
    
    * gnu/packages/video.scm (celluloid): Update to 0.21.
---
 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 c818b22..b5a2aca 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -707,7 +707,7 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
 (define-public celluloid
   (package
     (name "celluloid")
-    (version "0.20")
+    (version "0.21")
     (source
      (origin
        (method url-fetch)
@@ -715,7 +715,7 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
                            "/releases/download/v" version
                            "/celluloid-" version ".tar.xz"))
        (sha256
-        (base32 "0kjjv2pcdvwcn4yi8kbpsca7pnx6cx6xdznv7ppqm0fssx68qyb3"))))
+        (base32 "1dvyf21iv9hrgv99szc24386vkacmhidm5b4d31hqqjs3b6di692"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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