diff options
| author | Attila Lendvai <attila@lendvai.name> | 2025-08-28 15:43:14 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-17 12:42:46 +0200 |
| commit | 117cd790d8b86cd46a6678c42adf79ea19ad351f (patch) | |
| tree | 1530e99ebc599f26cd6e7d95823517417e8a8cd8 | |
| parent | 105e76302d89403fe9a436b10afdcaa2978d3224 (diff) | |
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>
| -rw-r--r-- | gnu/packages/video.scm | 4 |
1 files 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)) |
