civodul pushed a commit to branch master
in repository guix.

commit d29e09ff363bb6f8467291edc7a40180df21c5ae
Author: Vinicius Monego <[email protected]>
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 <[email protected]>
---
 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 <[email protected]>
 ;;; Copyright © 2020 Ekaitz Zarraga <[email protected]>
 ;;; Copyright © 2020 B. Wilson <[email protected]>
-;;; Copyright © 2020 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]>
 ;;; Copyright © 2020 Morgan Smith <[email protected]>
 ;;;
 ;;; 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")))

Reply via email to