gnu: mpvqt: Update to 1.0.1.

* gnu/packages/kde-plasma.scm (mpvqt): Update to 1.0.1.

Change-Id: I6d9ad060b3dd2867503adfcbc34c5a8c513ce03a
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:56 +08:00
parent 4ce6bdf95f
commit 695261c3dc
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1855,7 +1855,7 @@ (define-public plasma5support
(define-public mpvqt
(package
(name "mpvqt")
(version "1.0.0")
(version "1.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -1863,7 +1863,7 @@ (define-public mpvqt
name "-" version ".tar.xz"))
(sha256
(base32
"1fafyn3a8hgg1g3nfka6hyynlmqdygaxz0fhp4ckxwz54nlx4cci"))))
"130p3irs1llv7n1hs7w5xms29amh0aa2bi238wjgc9ww65gvhdwz"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))