GNU bug report logs -
#71810
[PATCH 1/3] gnu: smplayer: Update to 22.2.0
Previous Next
Reported by: attila.lendvai <at> gmail.com
Date: Thu, 27 Jun 2024 22:01:02 UTC
Severity: normal
Tags: patch
Done: Z572 <873216071 <at> qq.com>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 71810 <at> debbugs.gnu.org (full text, mbox):
From: Attila Lendvai <attila <at> lendvai.name>
Change-Id: Iec24da98806b87f482b280036e61e40e9d66cb5e
---
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 c9c3f1b1d30..2d1424fb8ec 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2711,7 +2711,7 @@ (define-public mpv
(define-public smplayer
(package
(name "smplayer")
- (version "22.2.0")
+ (version "22.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2719,7 +2719,7 @@ (define-public smplayer
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0mcvpm86n9l0nwavnaa1n2jfalgrzdfh92sdjnwx1iga89m4k55s"))))
+ (base32 "0qs9vz440bdvnyghi7f4frsan7n9xiy3afw9lhmf5m8xxa37325c"))))
(build-system qt-build-system)
(native-inputs
(list qttools-5))
--
2.45.1
This bug report was last modified 308 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.