Archived
1
0
Fork 0

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

* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.0.0.

Change-Id: I60d844f10279ca1b64e1a4a34724e17aa7f1329a
This commit is contained in:
Maxim Cournoyer 2024-03-29 13:52:30 -04:00
parent 4ab5d17e21
commit c66ab124dc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -103,7 +103,7 @@
(define-public extra-cmake-modules (define-public extra-cmake-modules
(package (package
(name "extra-cmake-modules") (name "extra-cmake-modules")
(version "5.114.0") (version "6.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -112,7 +112,7 @@
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0z4nqravsfzlsgvkg5rha2d0qxfr3pfncw7z2fxzzqvzj7mfk6im")))) "030dyw4krnq8hcp0dsqb15zxb7x7r8c33lbdgmmia5xpkpqjp693"))))
(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