From 9ed77c16bb9093ca80f0749409124aec3b306bca Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 18 Oct 2024 00:03:31 -0400 Subject: update wm packages and bluez --- modules/freya/packages/cmake.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/freya/packages/cmake.scm') diff --git a/modules/freya/packages/cmake.scm b/modules/freya/packages/cmake.scm index f8e1d52..c05ec7b 100644 --- a/modules/freya/packages/cmake.scm +++ b/modules/freya/packages/cmake.scm @@ -8,11 +8,11 @@ #:use-module (gnu packages cmake) #:use-module (gnu packages python)) -(define-public cmake-minimal-3.27.0 +(define-public cmake-minimal-3.30.0 (package (inherit cmake-minimal) (name "cmake-minimal") - (version "3.27.0") + (version "3.30.0") (source (origin (inherit (package-source cmake-minimal)) (method url-fetch) @@ -21,7 +21,7 @@ "/cmake-" version ".tar.gz")) (sha256 (base32 - "1f1w9mb868q38nzy145b6q9mc5waf8yi521cwfkd14xr51mxpvda")))) + "0ygmk5wfs00kjx59ackda13049ighgjmyyc0yls4q5aw0pk5nzhm")))) (arguments (substitute-keyword-arguments (package-arguments cmake-minimal) ((#:configure-flags flags ''()) -- cgit v1.2.3-freya