From 20cb45a50293cc375900cd472e8f4ce01c06a658 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 4 May 2024 14:33:48 -0700 Subject: [PATCH] gnu: leocad: Update to 23.03 * gnu/packages/lego.scm (leocad): Update to 23.03 Change-Id: I0fc566e0325aa992440cf4f895b5780df7e49632 Signed-off-by: Ricardo Wurmus --- gnu/packages/lego.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lego.scm b/gnu/packages/lego.scm index 966716f5ad..b84ab3233e 100644 --- a/gnu/packages/lego.scm +++ b/gnu/packages/lego.scm @@ -101,7 +101,7 @@ restrictions that stem from limitations of the standard RCX firmware.") (define-public leocad (package (name "leocad") - (version "21.06") + (version "23.03") (source (origin (method git-fetch) (uri (git-reference @@ -110,7 +110,7 @@ restrictions that stem from limitations of the standard RCX firmware.") (file-name (git-file-name name version)) (sha256 (base32 - "1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq")))) + "0sihx2g06mxaahqdh361xfqf7fkzzyhlr58qlzyr4c8jd2pnd3r1")))) (build-system gnu-build-system) (native-inputs (list qttools-5)) ; for lrelease