guix-commits
[Top][All Lists]
Advanced

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

140/285: gnu: celluloid: Update to 0.18.


From: guix-commits
Subject: 140/285: gnu: celluloid: Update to 0.18.
Date: Sun, 29 Dec 2019 20:44:17 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 6748fc092adb9602f8d70a05503e01947e9415ad
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 11:03:54 2019 +0100

    gnu: celluloid: Update to 0.18.
    
    * gnu/packages/video.scm (celluloid): Update to 0.18.
---
 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 1696560..012a01f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -207,14 +207,14 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
 (define-public celluloid
   (package
     (name "celluloid")
-    (version "0.17")
+    (version "0.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/celluloid-player/celluloid/releases";
                            "/download/v" version "/celluloid-" version 
".tar.xz"))
        (sha256
-        (base32 "0a3bhvs38gxjplygb0q9cx5djl5y0bmnxgaq0sd65j610a60f5h0"))))
+        (base32 "0gmscx9zb8ppfjlnmgbcmhknhawa05sdhxi7dv5wjapjq0glq481"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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