Archived
1
0
Fork 0

gnu: extra-cmake-modules: Update to 5.104.0.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0.
This commit is contained in:
Maxim Cournoyer 2023-03-29 13:30:04 -04:00 committed by Andreas Enge
parent 3c64b76d60
commit 06adbc9a87
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -97,7 +97,7 @@
(define-public extra-cmake-modules (define-public extra-cmake-modules
(package (package
(name "extra-cmake-modules") (name "extra-cmake-modules")
(version "5.98.0") (version "5.104.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -106,7 +106,7 @@
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0669m98vqy4hpacfjs7xpgjj1bns24kjybrjipxzp82092g8y69w")))) "1nc5ynfz903jc87xawnww3pf1y73x9jvmxnbrj24nqv6vcgv57p4"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
;; Add test dependency, except on armhf where building it is too ;; Add test dependency, except on armhf where building it is too