guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: kcachegrind: Update to 19.08.3.


From: guix-commits
Subject: 08/08: gnu: kcachegrind: Update to 19.08.3.
Date: Sun, 17 May 2020 20:00:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 843e77205162013b1001f0be898142309704e495
Author: Marius Bakke <address@hidden>
AuthorDate: Sun May 17 19:18:15 2020 +0200

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

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 16a7e78..c52feb5 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -645,14 +645,14 @@ charts.")
 (define-public kcachegrind
   (package
     (name "kcachegrind")
-    (version "19.04.1")
+    (version "19.08.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/applications/" version
                                   "/src/kcachegrind-" version ".tar.xz"))
               (sha256
                (base32
-                "1hhsk64yp6q2xh8j269j4wp9y24ggmii861r6gf02mj1mbn2p1jb"))))
+                "0sm3085vd79svfql6nqjyrwlknnmdyyvi0yjnmyb09mq7djf1icg"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)



reply via email to

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