mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
105e76302d
commit
117cd790d8
1 changed files with 2 additions and 2 deletions
|
@ -2773,7 +2773,7 @@ projects while introducing many more.")
|
||||||
(define-public smplayer
|
(define-public smplayer
|
||||||
(package
|
(package
|
||||||
(name "smplayer")
|
(name "smplayer")
|
||||||
(version "23.12.0")
|
(version "25.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2781,7 +2781,7 @@ projects while introducing many more.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yrm57rib910h9m4avhg6mkmkzy9xjb3f185c5zr6jls100az8h1"))))
|
(base32 "0jwib6pqmsqzbgj2a8xmq8r8fn99a0ri3djif5w4n2mf7523b15a"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools-5))
|
(list qttools-5))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue