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 117cd790d8 gnu: smplayer: Update to 25.6.0.
117cd790d8 is described below

commit 117cd790d8b86cd46a6678c42adf79ea19ad351f
Author: Attila Lendvai <[email protected]>
AuthorDate: Thu Aug 28 15:43:14 2025 +0200

    gnu: smplayer: Update to 25.6.0.
    
    * gnu/packages/video.scm (smplayer): Update to 25.6.0.
    
    Change-Id: I9843bc58db798b32492f89fba15f26a88fedced0
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 5a60701615..bd3d1aeb0f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2773,7 +2773,7 @@ projects while introducing many more.")
 (define-public smplayer
   (package
     (name "smplayer")
-    (version "23.12.0")
+    (version "25.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2781,7 +2781,7 @@ projects while introducing many more.")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"0yrm57rib910h9m4avhg6mkmkzy9xjb3f185c5zr6jls100az8h1"))))
+               (base32 
"0jwib6pqmsqzbgj2a8xmq8r8fn99a0ri3djif5w4n2mf7523b15a"))))
     (build-system qt-build-system)
     (native-inputs
      (list qttools-5))

Reply via email to