me
/
guix
Archived
1
0
Fork 0

gnu: smplayer: Update to 22.7.0.

Change-Id: Iec24da98806b87f482b280036e61e40e9d66cb5e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Attila Lendvai 2024-07-13 17:59:35 +02:00 committed by Zheng Junjie
parent 8c86eaeac6
commit 7e703ae750
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2711,7 +2711,7 @@ projects while introducing many more.")
(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 @@ projects while introducing many more.")
(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))