guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: openshot: Update to 3.1.1.


From: guix-commits
Subject: 06/08: gnu: openshot: Update to 3.1.1.
Date: Fri, 28 Jul 2023 10:14:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit b05e5030a35ce698a70741c51137ebba64f017db
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Jul 26 20:51:28 2023 -0700

    gnu: openshot: Update to 3.1.1.
    
    * gnu/packages/video.scm (openshot): Update to 3.1.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 bbc03d2fcc..edad81ef8a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4842,7 +4842,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
 (define-public openshot
   (package
     (name "openshot")
-    (version "3.1.0")
+    (version "3.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4851,7 +4851,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v"))
+                "11wmcipcx5icjcw4vaai5z06p8xj1j39dwl6kkjn5db2y00gak4h"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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