mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: leocad: Update to 21.06.
* gnu/packages/lego.scm (leocad): Update to 21.06. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
4e5000114e
commit
de81a58f79
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2016, 2017, 2019 Eric Bavier <bavier@posteo.net>
|
||||
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -100,7 +101,7 @@ (define-public nqc
|
|||
(define-public leocad
|
||||
(package
|
||||
(name "leocad")
|
||||
(version "19.07.1")
|
||||
(version "21.06")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -109,7 +110,7 @@ (define-public leocad
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02kv1m18g6s4dady9jv4sjivfkrp192bmdw2a3d9lzlp60zks0p2"))))
|
||||
"1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("qttools" ,qttools))) ; for lrelease
|
||||
|
|
Loading…
Reference in a new issue