[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: libredwg: Update to 0.12.
From: |
guix-commits |
Subject: |
04/07: gnu: libredwg: Update to 0.12. |
Date: |
Wed, 13 Jan 2021 10:27:43 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit d29e09ff363bb6f8467291edc7a40180df21c5ae
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Jan 5 20:20:14 2021 -0300
gnu: libredwg: Update to 0.12.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/engineering.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5166a46..826e2d8 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -19,7 +19,7 @@
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
-;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;;
;;; This file is part of GNU Guix.
@@ -1214,14 +1214,14 @@ use on a given system.")
(define-public libredwg
(package
(name "libredwg")
- (version "0.11.1")
+ (version "0.12")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/libredwg/libredwg-"
version ".tar.xz"))
(sha256
- (base32 "1xx6y6ckm4mzqln8y8lqf5frcn2b32ypc0d0h9dzpz6363zh7pdn"))))
+ (base32 "0z5algzi3alq166885y0qyj2gnc7gc6vhnz7nw0kwc0d236p6md8"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-bindings")))
- branch master updated (56bfc71 -> 63a0fe4), guix-commits, 2021/01/13
- 01/07: git: Periodically delete least-recently-used cached checkouts., guix-commits, 2021/01/13
- 02/07: gnu: cmh: Update source code URL., guix-commits, 2021/01/13
- 04/07: gnu: libredwg: Update to 0.12.,
guix-commits <=
- 05/07: gnu: setzer: Update to 0.3.9., guix-commits, 2021/01/13
- 06/07: gnu: Add emacs-helm-slack., guix-commits, 2021/01/13
- 03/07: substitute: Remove extra 'newline' call., guix-commits, 2021/01/13
- 07/07: gnu: Add pinentry-rofi., guix-commits, 2021/01/13