mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
e4090a558f
commit
20cb45a502
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue