gnu: extra-cmake-modules: Add proper 'version'.

Fixes a regression introduced in
d26e2b9f30.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[version]: Set to
"5.21.0".
This commit is contained in:
Ludovic Courtès 2016-08-02 14:28:47 +02:00
parent c8b543741f
commit 47e2fe3cdf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
(version kde-frameworks-version)
(version "5.21.0")
(source
(origin
(method url-fetch)