gnu: kpmcore: Update to 3.3.0

* gnu/packages/kde-frameworks.scm (kpmcore): Update to 3.3.0.
master
Hartmut Goebel 2018-02-04 15:53:24 +01:00
parent 431ff8bea3
commit bd533cbb7f
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
(define-public kpmcore
(package
(name "kpmcore")
(version "2.2.1")
(version "3.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -252,7 +252,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
"1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p"))))
"0s6v0jfrhjg31ri5p6h9n4w29jvasf5dj954j3vfpzl91lygmmmq"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)