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>master
parent
e4090a558f
commit
20cb45a502
|
@ -101,7 +101,7 @@ restrictions that stem from limitations of the standard RCX firmware.")
|
||||||
(define-public leocad
|
(define-public leocad
|
||||||
(package
|
(package
|
||||||
(name "leocad")
|
(name "leocad")
|
||||||
(version "21.06")
|
(version "23.03")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -110,7 +110,7 @@ restrictions that stem from limitations of the standard RCX firmware.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq"))))
|
"0sihx2g06mxaahqdh361xfqf7fkzzyhlr58qlzyr4c8jd2pnd3r1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools-5)) ; for lrelease
|
(list qttools-5)) ; for lrelease
|
||||||
|
|
Reference in New Issue