mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: kcachegrind: Update to 19.08.3.
* gnu/packages/kde.scm (kcachegrind): Update to 19.08.3.
This commit is contained in:
parent
d15c38b0f9
commit
843e772051
1 changed files with 2 additions and 2 deletions
|
@ -645,14 +645,14 @@ (define-public kqtquickcharts
|
||||||
(define-public kcachegrind
|
(define-public kcachegrind
|
||||||
(package
|
(package
|
||||||
(name "kcachegrind")
|
(name "kcachegrind")
|
||||||
(version "19.04.1")
|
(version "19.08.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/applications/" version
|
(uri (string-append "mirror://kde/stable/applications/" version
|
||||||
"/src/kcachegrind-" version ".tar.xz"))
|
"/src/kcachegrind-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hhsk64yp6q2xh8j269j4wp9y24ggmii861r6gf02mj1mbn2p1jb"))))
|
"0sm3085vd79svfql6nqjyrwlknnmdyyvi0yjnmyb09mq7djf1icg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Loading…
Reference in a new issue