gnu: kmediaplayer: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (kmediaplayer): Update to 5.114.0.

Change-Id: I2269af8b4f7362c0832e55f3e35d5e0344e0a43c
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:33 -05:00
parent cbd15b0379
commit 5383338284
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3854,7 +3854,7 @@ (define-public kjsembed
(define-public kmediaplayer
(package
(name "kmediaplayer")
(version "5.108.0")
(version "5.114.0")
(source
(origin
(method url-fetch)
@ -3863,7 +3863,7 @@ (define-public kmediaplayer
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
(base32 "1vkx11736wq0idxrzmfg6s2lcrilgl7yh7a97la6c3qqj2aggi08"))))
(base32 "092yvzvrkvr8xxncw7h5ghfd2bggzxsqfj67c2vhymhfw4i0c54x"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools-5))