gnu: kdevelop: Update to 5.5.1.

* gnu/packages/kde.scm (kdevelop): Update to 5.5.1.
This commit is contained in:
Efraim Flashner 2020-05-13 14:48:06 +03:00
parent f97ad3f85e
commit b904e356f3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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