gnu: kdevelop: Update to 5.5.2.

* gnu/packages/kde.scm (kdevelop): Update to 5.5.2.
This commit is contained in:
Marius Bakke 2020-06-06 16:12:16 +02:00
parent 6ecdb8dc5e
commit 32a4c032be
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -209,7 +209,7 @@ (define-public kdenlive
(define-public kdevelop
(package
(name "kdevelop")
(version "5.5.1")
(version "5.5.2")
(source
(origin
(method url-fetch)
@ -217,7 +217,7 @@ (define-public kdevelop
"/" version "/src/kdevelop-"
version ".tar.xz"))
(sha256
(base32 "18hxwkdbfw0qs3p19jv6d8wwwdzb9m087891i8w2bzkn21fd5pmy"))))
(base32 "1nkl3z1n1l7ly2zvmbx2sdhx5q72wcvpwhzsz3qgw1474qd9i3i2"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)