gnu: leocad: Update to 18.02.
* gnu/packages/lego.scm (leocad): Update to 18.02.
This commit is contained in:
parent
7d15cf175e
commit
b5df3e266b
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2016, 2017 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2016, 2017 Eric Bavier <bavier@member.fsf.org>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -72,7 +73,7 @@ restrictions that stem from limitations of the standard RCX firmware.")
|
||||||
(define-public leocad
|
(define-public leocad
|
||||||
(package
|
(package
|
||||||
(name "leocad")
|
(name "leocad")
|
||||||
(version "17.07")
|
(version "18.02")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/leozide/leocad/"
|
(uri (string-append "https://github.com/leozide/leocad/"
|
||||||
|
@ -80,7 +81,7 @@ restrictions that stem from limitations of the standard RCX firmware.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02gm4950zlmsw4sxmdwypgkybn51b02qnmmk6rzjdr8si4k6gikq"))))
|
"189wj221fn08bnsfwy8050bxkjgjwinkn19qdcvb6c2ry2lnfra9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" ,qttools))) ;for lrelease
|
`(("qttools" ,qttools))) ;for lrelease
|
||||||
|
|
Loading…
Reference in New Issue