guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4a7d413409988e89b41dfd786767f94ed5be91e4
Author: Ian Eure <[email protected]>
AuthorDate: Mon Feb 9 20:20:44 2026 -0800

    gnu: openshot: Update to 3.4.0.
    
    * gnu/packages/video.scm (openshot): Update to 3.4.0.
    
    Change-Id: Idb4df12dbc6aee1448798b6f571153886b480ab7
---
 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 f44d1caafe..7a1c6b4aed 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6262,7 +6262,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
 (define-public openshot
   (package
     (name "openshot")
-    (version "3.3.0")
+    (version "3.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6271,7 +6271,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0x7fv1c3cr28z5nccw4lv61wnj013l8594p2fyrm1cxjpppka0pr"))
+                "1ap322f5l5bxj28nlyfwz2jshsscf03d5ir3s9jw76gshxp59m8g"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to