guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30398] [PATCH 2/9] gnu: kpmcore: Update to 3.3.0


From: Hartmut Goebel
Subject: [bug#30398] [PATCH 2/9] gnu: kpmcore: Update to 3.3.0
Date: Thu, 8 Feb 2018 23:02:30 +0100

* gnu/packages/kde-frameworks.scm (kpmcore): Update to 3.3.0.
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3642a866e..e6c4fd86d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -242,7 +242,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
@@ -251,7 +251,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)
-- 
2.13.6






reply via email to

[Prev in Thread] Current Thread [Next in Thread]