This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1924de8982 gnu: openshot: Update to 3.5.1.
1924de8982 is described below

commit 1924de89826fd178278fbfcb89a6a32989dba286
Author: Andy Tai <[email protected]>
AuthorDate: Sat Jul 18 01:44:51 2026 -0700

    gnu: openshot: Update to 3.5.1.
    
    * gnu/packages/audio.scm (libopenshot-audio): Update to 0.6.0.
    * gnu/packages/video.scm (libopenshot): Update to 0.7.0.
    [native-inputs]: Switch swig to swig-4.4.
    (openshot): Update to 3.5.1.
    [arguments]<#:phases>{check}: Update test program name.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/audio.scm |  4 ++--
 gnu/packages/video.scm | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cfc0c3132c..e5eeee807e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -7217,7 +7217,7 @@ bluetooth profile.")
 (define-public libopenshot-audio
   (package
     (name "libopenshot-audio")
-    (version "0.5.0")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7226,7 +7226,7 @@ bluetooth profile.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16nn5bnl27s4hr7vmhmjvh6i6abz6484hwypib49j4vadgdayyhn"))))
+                "08k84hfgs6dyilan1p12bs87cpil3jxvjy406sw28fmxgz4j7z1m"))))
     (build-system cmake-build-system)
     (inputs
      (list alsa-lib
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e8da8c2501..ba9657e57e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6467,7 +6467,7 @@ create smoother and stable videos.")
 (define-public libopenshot
   (package
     (name "libopenshot")
-    (version "0.5.0")
+    (version "0.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6476,7 +6476,7 @@ create smoother and stable videos.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xkhkmjwidricnzzn5scbwiyiw8zx6nl2ylncyw474gx33jihp62"))
+                "1b0z64ry9ch4kac4b3k0m5ink1pf727mliaw7fwsfn485aq8g5sp"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; Allow overriding of the python installation dir
@@ -6489,7 +6489,7 @@ create smoother and stable videos.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python" ,python)
-       ("swig" ,swig-4.0)
+       ("swig" ,swig-4.4)
        ("unittest++" ,unittest-cpp)))
     (inputs
      (list alsa-lib zlib))
@@ -6531,7 +6531,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
 (define-public openshot
   (package
     (name "openshot")
-    (version "3.4.0")
+    (version "3.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6540,7 +6540,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ap322f5l5bxj28nlyfwz2jshsscf03d5ir3s9jw76gshxp59m8g"))
+                "0df8sb7k43m580b50c1g430fqbml6vzszaklp9z7767j4gfz1dl8"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -6560,7 +6560,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests?
                 (setenv "QT_QPA_PLATFORM" "offscreen")
-                (invoke "python" "src/tests/query_tests.py"))))
+                (invoke "python" "src/tests/test_query.py"))))
           (add-after 'unpack 'patch-font-location
             (lambda* (#:key inputs #:allow-other-keys)
               (let ((font (assoc-ref inputs "font-dejavu")))

Reply via email to