[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: leocad: Update to 23.03
From: |
guix-commits |
Subject: |
branch master updated: gnu: leocad: Update to 23.03 |
Date: |
Mon, 06 May 2024 07:26:41 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 20cb45a502 gnu: leocad: Update to 23.03
20cb45a502 is described below
commit 20cb45a50293cc375900cd472e8f4ce01c06a658
Author: James Smith <jsubuntuxp@disroot.org>
AuthorDate: Sat May 4 14:33:48 2024 -0700
gnu: leocad: Update to 23.03
* gnu/packages/lego.scm (leocad): Update to 23.03
Change-Id: I0fc566e0325aa992440cf4f895b5780df7e49632
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: leocad: Update to 23.03,
guix-commits <=