apteryx pushed a commit to branch master
in repository guix.
commit 3dadb42f5a1cc210829336d4240b428c2b595128
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Mar 29 13:30:04 2023 -0400
gnu: extra-cmake-modules: Update to 5.104.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file 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