guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 672e88fe155c2cd57469eeb79910a03a5528dc88
Author: Ian Eure <[email protected]>
AuthorDate: Mon Feb 9 20:12:20 2026 -0800

    gnu: libopenshot: Update to 0.5.0.
    
    * gnu/packages/video.scm (libopenshot): Update to 0.5.0.
    
    Change-Id: Ib3c22ccd41cc1b4563a209e8b52172f587e5c18f
---
 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 0e4d2cd284..1544e02a0a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6198,7 +6198,7 @@ create smoother and stable videos.")
 (define-public libopenshot
   (package
     (name "libopenshot")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6207,7 +6207,7 @@ create smoother and stable videos.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "190zw15wqfdvpff4b4bshnff1m2lv85qvfhnhqjqh82qjjf17fnf"))
+                "1xkhkmjwidricnzzn5scbwiyiw8zx6nl2ylncyw474gx33jihp62"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; Allow overriding of the python installation dir

Reply via email to