guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: celluloid: Update to 0.20.


From: guix-commits
Subject: 02/03: gnu: celluloid: Update to 0.20.
Date: Thu, 24 Sep 2020 03:17:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 26746c6719de490203705cd6791da7176a4319cf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 21:02:19 2020 +0200

    gnu: celluloid: Update to 0.20.
    
    * gnu/packages/video.scm (celluloid): Update to 0.20.
---
 gnu/packages/video.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4fca2fb..0f727a6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -698,14 +698,15 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
 (define-public celluloid
   (package
     (name "celluloid")
-    (version "0.19")
+    (version "0.20")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append 
"https://github.com/celluloid-player/celluloid/releases";
-                           "/download/v" version "/celluloid-" version 
".tar.xz"))
+       (uri (string-append "https://github.com/celluloid-player/celluloid";
+                           "/releases/download/v" version
+                           "/celluloid-" version ".tar.xz"))
        (sha256
-        (base32 "1s3qkism96gi44incvsb6rqg255qcvjvw61ya7nw30md0sapj4sl"))))
+        (base32 "0kjjv2pcdvwcn4yi8kbpsca7pnx6cx6xdznv7ppqm0fssx68qyb3"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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