summary refs log tree commit diff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2018-02-04 15:53:24 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2018-02-18 19:21:36 +0100
commitbd533cbb7f361c1a5ba55604f9c398919e081183 (patch)
treec64e9c2deb574ddaf8a2701c354b23242a376c6e /gnu/packages/kde-frameworks.scm
parent431ff8bea3804b8ba5ea8c7d48a66b81769f1b12 (diff)
downloadguix-bd533cbb7f361c1a5ba55604f9c398919e081183.tar.gz
gnu: kpmcore: Update to 3.3.0
* gnu/packages/kde-frameworks.scm (kpmcore): Update to 3.3.0.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7e948a0642..6c0fbc2683 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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)