guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: libopenshot: Update to 0.2.5.


From: guix-commits
Subject: 05/05: gnu: libopenshot: Update to 0.2.5.
Date: Sat, 14 Mar 2020 07:04:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 747953c430039055140e29546ff50641da1ab440
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 14 11:32:26 2020 +0100

    gnu: libopenshot: Update to 0.2.5.
    
    * gnu/packages/video.scm (libopenshot): Update to 0.2.5.
---
 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 074a123..c9d9cd5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3493,7 +3493,7 @@ create smoother and stable videos.")
 (define-public libopenshot
   (package
     (name "libopenshot")
-    (version "0.2.3")
+    (version "0.2.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3502,7 +3502,7 @@ create smoother and stable videos.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0r1qmr8ar5n72603xkj9h065vbpznrqsq88kxxmn9n8djyyvk03k"))
+                "1mxjkgjmjzgf628y3rscc6rqf55hxgjpmvwxlncfk1216i5xskwp"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; Allow overriding of the python installation dir



reply via email to

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