diff options
| author | Vinicius Monego <monego@posteo.net> | 2021-01-05 20:20:14 -0300 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-01-13 16:26:58 +0100 |
| commit | d29e09ff363bb6f8467291edc7a40180df21c5ae (patch) | |
| tree | f059c0d832bc3cb208a3bbd6b9ce90e737df1116 /gnu | |
| parent | d5a1b0e86f248edd53c785b910b5d51ee708b0fc (diff) | |
gnu: libredwg: Update to 0.12.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/engineering.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 5166a4635ca..826e2d89b66 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> | 19 | ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> |
| 20 | ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech> | 20 | ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech> |
| 21 | ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com> | 21 | ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com> |
| 22 | ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> | 22 | ;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net> |
| 23 | ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com> | 23 | ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com> |
| 24 | ;;; | 24 | ;;; |
| 25 | ;;; This file is part of GNU Guix. | 25 | ;;; This file is part of GNU Guix. |
| @@ -1214,14 +1214,14 @@ use on a given system.") | |||
| 1214 | (define-public libredwg | 1214 | (define-public libredwg |
| 1215 | (package | 1215 | (package |
| 1216 | (name "libredwg") | 1216 | (name "libredwg") |
| 1217 | (version "0.11.1") | 1217 | (version "0.12") |
| 1218 | (source | 1218 | (source |
| 1219 | (origin | 1219 | (origin |
| 1220 | (method url-fetch) | 1220 | (method url-fetch) |
| 1221 | (uri (string-append "mirror://gnu/libredwg/libredwg-" | 1221 | (uri (string-append "mirror://gnu/libredwg/libredwg-" |
| 1222 | version ".tar.xz")) | 1222 | version ".tar.xz")) |
| 1223 | (sha256 | 1223 | (sha256 |
| 1224 | (base32 "1xx6y6ckm4mzqln8y8lqf5frcn2b32ypc0d0h9dzpz6363zh7pdn")))) | 1224 | (base32 "0z5algzi3alq166885y0qyj2gnc7gc6vhnz7nw0kwc0d236p6md8")))) |
| 1225 | (build-system gnu-build-system) | 1225 | (build-system gnu-build-system) |
| 1226 | (arguments | 1226 | (arguments |
| 1227 | `(#:configure-flags '("--disable-bindings"))) | 1227 | `(#:configure-flags '("--disable-bindings"))) |
