gnu: kcachegrind: Update to 19.08.3.

* gnu/packages/kde.scm (kcachegrind): Update to 19.08.3.
This commit is contained in:
Marius Bakke 2020-05-17 19:18:15 +02:00
parent d15c38b0f9
commit 843e772051
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -645,14 +645,14 @@ (define-public kqtquickcharts
(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)