diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-29 13:30:04 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:46 -0400 |
commit | 3dadb42f5a1cc210829336d4240b428c2b595128 (patch) | |
tree | 480fa494e9635256fef7fe30501e25589e0d9893 /gnu | |
parent | 0f47e718407a4ace61b887eb0032889e12eced95 (diff) |
gnu: extra-cmake-modules: Update to 5.104.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 10b8ac0134..ad7bd484a5 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -97,7 +97,7 @@ (define-public extra-cmake-modules (package (name "extra-cmake-modules") - (version "5.98.0") + (version "5.104.0") (source (origin (method url-fetch) (uri (string-append @@ -106,7 +106,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "0669m98vqy4hpacfjs7xpgjj1bns24kjybrjipxzp82092g8y69w")))) + "1nc5ynfz903jc87xawnww3pf1y73x9jvmxnbrj24nqv6vcgv57p4")))) (build-system cmake-build-system) (native-inputs ;; Add test dependency, except on armhf where building it is too |