[PATCH] gnu: leocad: Update to 23.03

  • Done
  • quality assurance status badge
Details
2 participants
  • James Smith
  • Ricardo Wurmus
Owner
unassigned
Submitted by
James Smith
Severity
normal
J
J
James Smith wrote on 4 May 23:33 +0200
(address . guix-patches@gnu.org)(name . James Smith)(address . jsubuntuxp@disroot.org)
9967d4a232d0b3ec8f466a3feea628d7b1029f82.1714858428.git.jsubuntuxp@disroot.org
* gnu/packages/lego.scm (leocad): Update to 23.03

Change-Id: I0fc566e0325aa992440cf4f895b5780df7e49632
---
gnu/packages/lego.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public nqc
(define-public leocad
(package
(name "leocad")
- (version "21.06")
+ (version "23.03")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -110,7 +110,7 @@ (define-public leocad
(file-name (git-file-name name version))
(sha256
(base32
- "1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq"))))
+ "0sihx2g06mxaahqdh361xfqf7fkzzyhlr58qlzyr4c8jd2pnd3r1"))))
(build-system gnu-build-system)
(native-inputs
(list qttools-5)) ; for lrelease

base-commit: ef8ab6ab66c4d629699d175938ef1912941d4dce
--
2.41.0
R
R
Ricardo Wurmus wrote on 6 May 13:27 +0200
(address . 70775-done@debbugs.gnu.org)
87zft3i3jl.fsf@elephly.net
Hi James,

thanks for the patch! I've applied it to the "master" branch with
commit "20cb45a50293cc375900cd472e8f4ce01c06a658".

--
Ricardo
Closed
?