mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
4ce6bdf95f
commit
695261c3dc
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue