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 <andreas@enge.fr>
This commit is contained in:
Attila Lendvai 2025-08-28 15:43:14 +02:00 committed by Andreas Enge
parent 105e76302d
commit 117cd790d8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))